Html Css Color HEX #EF90DD Pale Magenta

📋 copy color: '#EF90DD'

red 239 ◦ green 144 ◦ blue 221

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

Shades of Pale Magenta #EF90DD

Tints of Pale Magenta #EF90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 39.57%
G = 23.84%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF90DD (or 0xEF90DD) is known color: Pale Magenta. HEX triplet: EF, 90 and DD. RGB value is (239,144,221). Sum of RGB (Red+Green+Blue) = 239+144+221=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90DD is #106F22. Grayscale: #B4B4B4. Windows color (decimal): -1077027 or 14520559. OLE color: 14520559.

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

Color convert

RGB 239 144 221 -
CMYK 0 0.40 0.08 0.06
HSL 311.37º 0.75% 0.75% -
HSV(B) 311.37º 0.4% 0.94% -
XYZ 58.62 43.52 73.72 -
YUV 181.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 239 144 221 0 0.40 0.08 0.06 311.37 0.75 0.75
Hex EF 90 DD 0 28 8 6 137 4B 4B
Octal 357 220 335 0 50 10 6 467 113 113
Binary 11101111 10010000 11011101 0 101000 1000 110 100110111 1001011 1001011

Color Harmonies of #EF90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90DD

Black with #EF90DD

Text Example


Text Example

White with #EF90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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