Html Css Color HEX #EF51CB Free Speech Magenta

📋 copy color: '#EF51CB'

red 239 ◦ green 81 ◦ blue 203

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

Shades of Free Speech Magenta #EF51CB

Tints of Free Speech Magenta #EF51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.49%

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 45.7%
G = 15.49%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF51CB (or 0xEF51CB) is known color: Free Speech Magenta. HEX triplet: EF, 51 and CB. RGB value is (239,81,203). Sum of RGB (Red+Green+Blue) = 239+81+203=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51CB is #10AE34. Grayscale: #8D8D8D. Windows color (decimal): -1093173 or 13324783. OLE color: 13324783.

HSL color Cylindrical-coordinate representation of color #EF51CB: hue angle of 313.67º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF51CB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 203 -
CMYK 0 0.66 0.15 0.06
HSL 313.67º 0.83% 0.63% -
HSV(B) 313.67º 0.66% 0.94% -
XYZ 49.32 28.55 59.41 -
YUV 142.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 239 81 203 0 0.66 0.15 0.06 313.67 0.83 0.63
Hex EF 51 CB 0 42 F 6 13A 53 3F
Octal 357 121 313 0 102 17 6 472 123 77
Binary 11101111 1010001 11001011 0 1000010 1111 110 100111010 1010011 111111

Color Harmonies of #EF51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51CB

Black with #EF51CB

Text Example


Text Example

White with #EF51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51CB; }

 p { color: rgb(239,81,203); }

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

background-color css

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

 a { background-color: rgb(239,81,203); }

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

border-color css

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

 span { border-color: rgb(239,81,203); }

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