Html Css Color HEX #EB90D4 Pale Magenta

📋 copy color: '#EB90D4'

red 235 ◦ green 144 ◦ blue 212

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

Shades of Pale Magenta #EB90D4

Tints of Pale Magenta #EB90D4

RGB

 RED value IS 235 (92.19% from 255) = 39.76%

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

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

R = 39.76%
G = 24.37%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB90D4 (or 0xEB90D4) is known color: Pale Magenta. HEX triplet: EB, 90 and D4. RGB value is (235,144,212). Sum of RGB (Red+Green+Blue) = 235+144+212=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90D4 is #146F2B. Grayscale: #B2B2B2. Windows color (decimal): -1339180 or 13930731. OLE color: 13930731.

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

Color convert

RGB 235 144 212 -
CMYK 0 0.39 0.10 0.08
HSL 315.16º 0.69% 0.74% -
HSV(B) 315.16º 0.39% 0.92% -
XYZ 56.12 42.36 67.51 -
YUV 178.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 235 144 212 0 0.39 0.10 0.08 315.16 0.69 0.74
Hex EB 90 D4 0 27 A 8 13B 45 4A
Octal 353 220 324 0 47 12 10 473 105 112
Binary 11101011 10010000 11010100 0 100111 1010 1000 100111011 1000101 1001010

Color Harmonies of #EB90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90D4

Black with #EB90D4

Text Example


Text Example

White with #EB90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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