Html Css Color HEX #EF68E2 Free Speech Magenta

📋 copy color: '#EF68E2'

red 239 ◦ green 104 ◦ blue 226

#EF68E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EF68E2

Tints of Free Speech Magenta #EF68E2

RGB

 RED value IS 239 (93.75% from 255) = 42%

 GREEN value IS 104 (41.02% from 255) = 18.28%

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 42%
G = 18.28%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF68E2 (or 0xEF68E2) is known color: Free Speech Magenta. HEX triplet: EF, 68 and E2. RGB value is (239,104,226). Sum of RGB (Red+Green+Blue) = 239+104+226=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68E2 is #10971D. Grayscale: #9D9D9D. Windows color (decimal): -1087262 or 14837999. OLE color: 14837999.

HSL color Cylindrical-coordinate representation of color #EF68E2: hue angle of 305.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68E2 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 226 -
CMYK 0 0.56 0.05 0.06
HSL 305.78º 0.81% 0.67% -
HSV(B) 305.78º 0.56% 0.94% -
XYZ 54.27 33.74 75.6 -
YUV 158.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 239 104 226 0 0.56 0.05 0.06 305.78 0.81 0.67
Hex EF 68 E2 0 38 5 6 132 51 43
Octal 357 150 342 0 70 5 6 462 121 103
Binary 11101111 1101000 11100010 0 111000 101 110 100110010 1010001 1000011

Color Harmonies of #EF68E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68E2

Black with #EF68E2

Text Example


Text Example

White with #EF68E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68E2; }

 p { color: rgb(239,104,226); }

 H1.HeaderClassName
 {
   color: #EF68E2;
 }
 .AnyTagClassName
 {
   color: #EF68E2;
 }
</style>

background-color css

<style>
 a { background-color: #EF68E2; }

 a { background-color: rgb(239,104,226); }

 div.DivClassName
 {
   background-color: #EF68E2;
 }
 .BgClassName
 {
   background-color: #EF68E2;
 }
</style>

border-color css

<style>
 span { border-color: #EF68E2; }

 span { border-color: rgb(239,104,226); }

 td.TdClassName
 {
   border-color: #EF68E2;
 }
 .TagClassName
 {
   border-color: #EF68E2;
 }
</style>