Html Css Color HEX #EF57CB Free Speech Magenta

📋 copy color: '#EF57CB'

red 239 ◦ green 87 ◦ blue 203

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

Shades of Free Speech Magenta #EF57CB

Tints of Free Speech Magenta #EF57CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.45%

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

R = 45.18%
G = 16.45%
B = 38.37%

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

#EF57CB (or 0xEF57CB) is known color: Free Speech Magenta. HEX triplet: EF, 57 and CB. RGB value is (239,87,203). Sum of RGB (Red+Green+Blue) = 239+87+203=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57CB is #10A834. Grayscale: #919191. Windows color (decimal): -1091637 or 13326319. OLE color: 13326319.

HSL color Cylindrical-coordinate representation of color #EF57CB: hue angle of 314.21º 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 #EF57CB is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 87 203 -
CMYK 0 0.64 0.15 0.06
HSL 314.21º 0.83% 0.64% -
HSV(B) 314.21º 0.64% 0.94% -
XYZ 49.78 29.48 59.57 -
YUV 145.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 239 87 203 0 0.64 0.15 0.06 314.21 0.83 0.64
Hex EF 57 CB 0 40 F 6 13A 53 40
Octal 357 127 313 0 100 17 6 472 123 100
Binary 11101111 1010111 11001011 0 1000000 1111 110 100111010 1010011 1000000

Color Harmonies of #EF57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57CB

Black with #EF57CB

Text Example


Text Example

White with #EF57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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