Html Css Color HEX #EF53CB Free Speech Magenta

📋 copy color: '#EF53CB'

red 239 ◦ green 83 ◦ blue 203

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

Shades of Free Speech Magenta #EF53CB

Tints of Free Speech Magenta #EF53CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.81%

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

R = 45.52%
G = 15.81%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF53CB (or 0xEF53CB) is known color: Free Speech Magenta. HEX triplet: EF, 53 and CB. RGB value is (239,83,203). Sum of RGB (Red+Green+Blue) = 239+83+203=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53CB is #10AC34. Grayscale: #8F8F8F. Windows color (decimal): -1092661 or 13325295. OLE color: 13325295.

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

Color convert

RGB 239 83 203 -
CMYK 0 0.65 0.15 0.06
HSL 313.85º 0.83% 0.63% -
HSV(B) 313.85º 0.65% 0.94% -
XYZ 49.47 28.85 59.46 -
YUV 143.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 239 83 203 0 0.65 0.15 0.06 313.85 0.83 0.63
Hex EF 53 CB 0 41 F 6 13A 53 3F
Octal 357 123 313 0 101 17 6 472 123 77
Binary 11101111 1010011 11001011 0 1000001 1111 110 100111010 1010011 111111

Color Harmonies of #EF53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53CB

Black with #EF53CB

Text Example


Text Example

White with #EF53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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