Html Css Color HEX #EF74DB Pale Magenta

📋 copy color: '#EF74DB'

red 239 ◦ green 116 ◦ blue 219

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

Shades of Pale Magenta #EF74DB

Tints of Pale Magenta #EF74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.21%

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

R = 41.64%
G = 20.21%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF74DB (or 0xEF74DB) is known color: Pale Magenta. HEX triplet: EF, 74 and DB. RGB value is (239,116,219). Sum of RGB (Red+Green+Blue) = 239+116+219=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74DB is #108B24. Grayscale: #A4A4A4. Windows color (decimal): -1084197 or 14382319. OLE color: 14382319.

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

Color convert

RGB 239 116 219 -
CMYK 0 0.51 0.08 0.06
HSL 309.76º 0.79% 0.7% -
HSV(B) 309.76º 0.51% 0.94% -
XYZ 54.63 35.96 71.08 -
YUV 164.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 239 116 219 0 0.51 0.08 0.06 309.76 0.79 0.7
Hex EF 74 DB 0 33 8 6 136 4F 46
Octal 357 164 333 0 63 10 6 466 117 106
Binary 11101111 1110100 11011011 0 110011 1000 110 100110110 1001111 1000110

Color Harmonies of #EF74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74DB

Black with #EF74DB

Text Example


Text Example

White with #EF74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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