Html Css Color HEX #E090BD Shocking

📋 copy color: '#E090BD'

red 224 ◦ green 144 ◦ blue 189

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

Shades of Shocking #E090BD

Tints of Shocking #E090BD

RGB

 RED value IS 224 (87.89% from 255) = 40.22%

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

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 40.22%
G = 25.85%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E090BD (or 0xE090BD) is known color: Shocking. HEX triplet: E0, 90 and BD. RGB value is (224,144,189). Sum of RGB (Red+Green+Blue) = 224+144+189=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E090BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090BD is #1F6F42. Grayscale: #ACACAC. Windows color (decimal): -2060099 or 12423392. OLE color: 12423392.

HSL color Cylindrical-coordinate representation of color #E090BD: hue angle of 326.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090BD is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 189 -
CMYK 0 0.36 0.16 0.12
HSL 326.25º 0.56% 0.72% -
HSV(B) 326.25º 0.36% 0.88% -
XYZ 49.9 39.47 53.13 -
YUV 173.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 224 144 189 0 0.36 0.16 0.12 326.25 0.56 0.72
Hex E0 90 BD 0 24 10 C 146 38 48
Octal 340 220 275 0 44 20 14 506 70 110
Binary 11100000 10010000 10111101 0 100100 10000 1100 101000110 111000 1001000

Color Harmonies of #E090BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090BD

Black with #E090BD

Text Example


Text Example

White with #E090BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090BD; }

 p { color: rgb(224,144,189); }

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

background-color css

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

 a { background-color: rgb(224,144,189); }

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

border-color css

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

 span { border-color: rgb(224,144,189); }

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