Html Css Color HEX #EA90D4 Pale Magenta

📋 copy color: '#EA90D4'

red 234 ◦ green 144 ◦ blue 212

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

Shades of Pale Magenta #EA90D4

Tints of Pale Magenta #EA90D4

RGB

 RED value IS 234 (91.8% from 255) = 39.66%

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

 BLUE value IS 212 (83.2% from 255) = 35.93%

R = 39.66%
G = 24.41%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA90D4 (or 0xEA90D4) is known color: Pale Magenta. HEX triplet: EA, 90 and D4. RGB value is (234,144,212). Sum of RGB (Red+Green+Blue) = 234+144+212=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90D4 is #156F2B. Grayscale: #B2B2B2. Windows color (decimal): -1404716 or 13930730. OLE color: 13930730.

HSL color Cylindrical-coordinate representation of color #EA90D4: hue angle of 314.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90D4 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 144 212 -
CMYK 0 0.38 0.09 0.08
HSL 314.67º 0.68% 0.74% -
HSV(B) 314.67º 0.38% 0.92% -
XYZ 55.79 42.19 67.49 -
YUV 178.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 234 144 212 0 0.38 0.09 0.08 314.67 0.68 0.74
Hex EA 90 D4 0 26 9 8 13B 44 4A
Octal 352 220 324 0 46 11 10 473 104 112
Binary 11101010 10010000 11010100 0 100110 1001 1000 100111011 1000100 1001010

Color Harmonies of #EA90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90D4

Black with #EA90D4

Text Example


Text Example

White with #EA90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90D4; }

 p { color: rgb(234,144,212); }

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

background-color css

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

 a { background-color: rgb(234,144,212); }

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

border-color css

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

 span { border-color: rgb(234,144,212); }

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