Html Css Color HEX #EF90DA Pale Magenta

📋 copy color: '#EF90DA'

red 239 ◦ green 144 ◦ blue 218

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

Shades of Pale Magenta #EF90DA

Tints of Pale Magenta #EF90DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.96%

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 39.77%
G = 23.96%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF90DA (or 0xEF90DA) is known color: Pale Magenta. HEX triplet: EF, 90 and DA. RGB value is (239,144,218). Sum of RGB (Red+Green+Blue) = 239+144+218=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90DA is #106F25. Grayscale: #B4B4B4. Windows color (decimal): -1077030 or 14323951. OLE color: 14323951.

HSL color Cylindrical-coordinate representation of color #EF90DA: hue angle of 313.26º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90DA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 218 -
CMYK 0 0.40 0.09 0.06
HSL 313.26º 0.75% 0.75% -
HSV(B) 313.26º 0.4% 0.94% -
XYZ 58.22 43.36 71.63 -
YUV 180.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 239 144 218 0 0.40 0.09 0.06 313.26 0.75 0.75
Hex EF 90 DA 0 28 9 6 139 4B 4B
Octal 357 220 332 0 50 11 6 471 113 113
Binary 11101111 10010000 11011010 0 101000 1001 110 100111001 1001011 1001011

Color Harmonies of #EF90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90DA

Black with #EF90DA

Text Example


Text Example

White with #EF90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90DA; }

 p { color: rgb(239,144,218); }

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

background-color css

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

 a { background-color: rgb(239,144,218); }

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

border-color css

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

 span { border-color: rgb(239,144,218); }

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