Html Css Color HEX #EF66E5 Free Speech Magenta

📋 copy color: '#EF66E5'

red 239 ◦ green 102 ◦ blue 229

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

Shades of Free Speech Magenta #EF66E5

Tints of Free Speech Magenta #EF66E5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.89%

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 41.93%
G = 17.89%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF66E5 (or 0xEF66E5) is known color: Free Speech Magenta. HEX triplet: EF, 66 and E5. RGB value is (239,102,229). Sum of RGB (Red+Green+Blue) = 239+102+229=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66E5 is #10991A. Grayscale: #9D9D9D. Windows color (decimal): -1087771 or 15034095. OLE color: 15034095.

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

Color convert

RGB 239 102 229 -
CMYK 0 0.57 0.04 0.06
HSL 304.38º 0.81% 0.67% -
HSV(B) 304.38º 0.57% 0.94% -
XYZ 54.49 33.51 77.72 -
YUV 157.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 239 102 229 0 0.57 0.04 0.06 304.38 0.81 0.67
Hex EF 66 E5 0 39 4 6 130 51 43
Octal 357 146 345 0 71 4 6 460 121 103
Binary 11101111 1100110 11100101 0 111001 100 110 100110000 1010001 1000011

Color Harmonies of #EF66E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66E5

Black with #EF66E5

Text Example


Text Example

White with #EF66E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66E5; }

 p { color: rgb(239,102,229); }

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

background-color css

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

 a { background-color: rgb(239,102,229); }

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

border-color css

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

 span { border-color: rgb(239,102,229); }

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