Html Css Color HEX #EB90E1 Pale Magenta

📋 copy color: '#EB90E1'

red 235 ◦ green 144 ◦ blue 225

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

Shades of Pale Magenta #EB90E1

Tints of Pale Magenta #EB90E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 38.91%
G = 23.84%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB90E1 (or 0xEB90E1) is known color: Pale Magenta. HEX triplet: EB, 90 and E1. RGB value is (235,144,225). Sum of RGB (Red+Green+Blue) = 235+144+225=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90E1 is #146F1E. Grayscale: #B4B4B4. Windows color (decimal): -1339167 or 14782699. OLE color: 14782699.

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

Color convert

RGB 235 144 225 -
CMYK 0 0.39 0.04 0.08
HSL 306.59º 0.69% 0.74% -
HSV(B) 306.59º 0.39% 0.92% -
XYZ 57.82 43.04 76.49 -
YUV 180.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 235 144 225 0 0.39 0.04 0.08 306.59 0.69 0.74
Hex EB 90 E1 0 27 4 8 133 45 4A
Octal 353 220 341 0 47 4 10 463 105 112
Binary 11101011 10010000 11100001 0 100111 100 1000 100110011 1000101 1001010

Color Harmonies of #EB90E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90E1

Black with #EB90E1

Text Example


Text Example

White with #EB90E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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