Html Css Color HEX #EF5CCE Free Speech Magenta

📋 copy color: '#EF5CCE'

red 239 ◦ green 92 ◦ blue 206

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

Shades of Free Speech Magenta #EF5CCE

Tints of Free Speech Magenta #EF5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.13%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 44.51%
G = 17.13%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF5CCE (or 0xEF5CCE) is known color: Free Speech Magenta. HEX triplet: EF, 5C and CE. RGB value is (239,92,206). Sum of RGB (Red+Green+Blue) = 239+92+206=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CCE is #10A331. Grayscale: #949494. Windows color (decimal): -1090354 or 13524207. OLE color: 13524207.

HSL color Cylindrical-coordinate representation of color #EF5CCE: hue angle of 313.47º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5CCE is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 92 206 -
CMYK 0 0.62 0.14 0.06
HSL 313.47º 0.82% 0.65% -
HSV(B) 313.47º 0.62% 0.94% -
XYZ 50.56 30.46 61.61 -
YUV 148.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 239 92 206 0 0.62 0.14 0.06 313.47 0.82 0.65
Hex EF 5C CE 0 3E E 6 139 52 41
Octal 357 134 316 0 76 16 6 471 122 101
Binary 11101111 1011100 11001110 0 111110 1110 110 100111001 1010010 1000001

Color Harmonies of #EF5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CCE

Black with #EF5CCE

Text Example


Text Example

White with #EF5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CCE; }

 p { color: rgb(239,92,206); }

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

background-color css

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

 a { background-color: rgb(239,92,206); }

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

border-color css

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

 span { border-color: rgb(239,92,206); }

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