Html Css Color HEX #EF62D2 Free Speech Magenta

📋 copy color: '#EF62D2'

red 239 ◦ green 98 ◦ blue 210

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

Shades of Free Speech Magenta #EF62D2

Tints of Free Speech Magenta #EF62D2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.92%

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 43.69%
G = 17.92%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF62D2 (or 0xEF62D2) is known color: Free Speech Magenta. HEX triplet: EF, 62 and D2. RGB value is (239,98,210). Sum of RGB (Red+Green+Blue) = 239+98+210=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62D2 is #109D2D. Grayscale: #989898. Windows color (decimal): -1088814 or 13787887. OLE color: 13787887.

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

Color convert

RGB 239 98 210 -
CMYK 0 0.59 0.12 0.06
HSL 312.34º 0.82% 0.66% -
HSV(B) 312.34º 0.59% 0.94% -
XYZ 51.6 31.74 64.38 -
YUV 152.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 239 98 210 0 0.59 0.12 0.06 312.34 0.82 0.66
Hex EF 62 D2 0 3B C 6 138 52 42
Octal 357 142 322 0 73 14 6 470 122 102
Binary 11101111 1100010 11010010 0 111011 1100 110 100111000 1010010 1000010

Color Harmonies of #EF62D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF62D2

Black with #EF62D2

Text Example


Text Example

White with #EF62D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF62D2; }

 p { color: rgb(239,98,210); }

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

background-color css

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

 a { background-color: rgb(239,98,210); }

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

border-color css

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

 span { border-color: rgb(239,98,210); }

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