Html Css Color HEX #EF55CB Free Speech Magenta

📋 copy color: '#EF55CB'

red 239 ◦ green 85 ◦ blue 203

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

Shades of Free Speech Magenta #EF55CB

Tints of Free Speech Magenta #EF55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.13%

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

R = 45.35%
G = 16.13%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF55CB (or 0xEF55CB) is known color: Free Speech Magenta. HEX triplet: EF, 55 and CB. RGB value is (239,85,203). Sum of RGB (Red+Green+Blue) = 239+85+203=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55CB is #10AA34. Grayscale: #909090. Windows color (decimal): -1092149 or 13325807. OLE color: 13325807.

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

Color convert

RGB 239 85 203 -
CMYK 0 0.64 0.15 0.06
HSL 314.03º 0.83% 0.64% -
HSV(B) 314.03º 0.64% 0.94% -
XYZ 49.62 29.16 59.51 -
YUV 144.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 239 85 203 0 0.64 0.15 0.06 314.03 0.83 0.64
Hex EF 55 CB 0 40 F 6 13A 53 40
Octal 357 125 313 0 100 17 6 472 123 100
Binary 11101111 1010101 11001011 0 1000000 1111 110 100111010 1010011 1000000

Color Harmonies of #EF55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55CB

Black with #EF55CB

Text Example


Text Example

White with #EF55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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