Html Css Color HEX #EB90E2 Pale Magenta

📋 copy color: '#EB90E2'

red 235 ◦ green 144 ◦ blue 226

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

Shades of Pale Magenta #EB90E2

Tints of Pale Magenta #EB90E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 38.84%
G = 23.8%
B = 37.36%

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

#EB90E2 (or 0xEB90E2) is known color: Pale Magenta. HEX triplet: EB, 90 and E2. RGB value is (235,144,226). Sum of RGB (Red+Green+Blue) = 235+144+226=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90E2 is #146F1D. Grayscale: #B4B4B4. Windows color (decimal): -1339166 or 14848235. OLE color: 14848235.

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

Color convert

RGB 235 144 226 -
CMYK 0 0.39 0.04 0.08
HSL 305.93º 0.69% 0.74% -
HSV(B) 305.93º 0.39% 0.92% -
XYZ 57.96 43.1 77.22 -
YUV 180.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 235 144 226 0 0.39 0.04 0.08 305.93 0.69 0.74
Hex EB 90 E2 0 27 4 8 132 45 4A
Octal 353 220 342 0 47 4 10 462 105 112
Binary 11101011 10010000 11100010 0 100111 100 1000 100110010 1000101 1001010

Color Harmonies of #EB90E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90E2

Black with #EB90E2

Text Example


Text Example

White with #EB90E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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