Html Css Color HEX #EF62DB Free Speech Magenta

📋 copy color: '#EF62DB'

red 239 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #EF62DB

Tints of Free Speech Magenta #EF62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 42.99%
G = 17.63%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF62DB (or 0xEF62DB) is known color: Free Speech Magenta. HEX triplet: EF, 62 and DB. RGB value is (239,98,219). Sum of RGB (Red+Green+Blue) = 239+98+219=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62DB is #109D24. Grayscale: #999999. Windows color (decimal): -1088805 or 14377711. OLE color: 14377711.

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

Color convert

RGB 239 98 219 -
CMYK 0 0.59 0.08 0.06
HSL 308.51º 0.82% 0.66% -
HSV(B) 308.51º 0.59% 0.94% -
XYZ 52.75 32.2 70.45 -
YUV 153.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 239 98 219 0 0.59 0.08 0.06 308.51 0.82 0.66
Hex EF 62 DB 0 3B 8 6 135 52 42
Octal 357 142 333 0 73 10 6 465 122 102
Binary 11101111 1100010 11011011 0 111011 1000 110 100110101 1010010 1000010

Color Harmonies of #EF62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF62DB

Black with #EF62DB

Text Example


Text Example

White with #EF62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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