Html Css Color HEX #E090C2 Shocking

📋 copy color: '#E090C2'

red 224 ◦ green 144 ◦ blue 194

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

Shades of Shocking #E090C2

Tints of Shocking #E090C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 39.86%
G = 25.62%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E090C2 (or 0xE090C2) is known color: Shocking. HEX triplet: E0, 90 and C2. RGB value is (224,144,194). Sum of RGB (Red+Green+Blue) = 224+144+194=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E090C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090C2 is #1F6F3D. Grayscale: #ADADAD. Windows color (decimal): -2060094 or 12751072. OLE color: 12751072.

HSL color Cylindrical-coordinate representation of color #E090C2: hue angle of 322.5º 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 #E090C2 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 194 -
CMYK 0 0.36 0.13 0.12
HSL 322.5º 0.56% 0.72% -
HSV(B) 322.5º 0.36% 0.88% -
XYZ 50.45 39.69 56.04 -
YUV 173.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 224 144 194 0 0.36 0.13 0.12 322.5 0.56 0.72
Hex E0 90 C2 0 24 D C 142 38 48
Octal 340 220 302 0 44 15 14 502 70 110
Binary 11100000 10010000 11000010 0 100100 1101 1100 101000010 111000 1001000

Color Harmonies of #E090C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090C2

Black with #E090C2

Text Example


Text Example

White with #E090C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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