Html Css Color HEX #EF67DB Free Speech Magenta

📋 copy color: '#EF67DB'

red 239 ◦ green 103 ◦ blue 219

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

Shades of Free Speech Magenta #EF67DB

Tints of Free Speech Magenta #EF67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.36%

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

R = 42.6%
G = 18.36%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF67DB (or 0xEF67DB) is known color: Free Speech Magenta. HEX triplet: EF, 67 and DB. RGB value is (239,103,219). Sum of RGB (Red+Green+Blue) = 239+103+219=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67DB is #109824. Grayscale: #9C9C9C. Windows color (decimal): -1087525 or 14378991. OLE color: 14378991.

HSL color Cylindrical-coordinate representation of color #EF67DB: hue angle of 308.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67DB is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 103 219 -
CMYK 0 0.57 0.08 0.06
HSL 308.82º 0.81% 0.67% -
HSV(B) 308.82º 0.57% 0.94% -
XYZ 53.23 33.17 70.61 -
YUV 156.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 239 103 219 0 0.57 0.08 0.06 308.82 0.81 0.67
Hex EF 67 DB 0 39 8 6 135 51 43
Octal 357 147 333 0 71 10 6 465 121 103
Binary 11101111 1100111 11011011 0 111001 1000 110 100110101 1010001 1000011

Color Harmonies of #EF67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67DB

Black with #EF67DB

Text Example


Text Example

White with #EF67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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