Html Css Color HEX #E095CA Shocking

📋 copy color: '#E095CA'

red 224 ◦ green 149 ◦ blue 202

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

Shades of Shocking #E095CA

Tints of Shocking #E095CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.91%

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 38.96%
G = 25.91%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E095CA (or 0xE095CA) is known color: Shocking. HEX triplet: E0, 95 and CA. RGB value is (224,149,202). Sum of RGB (Red+Green+Blue) = 224+149+202=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E095CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095CA is #1F6A35. Grayscale: #B1B1B1. Windows color (decimal): -2058806 or 13276640. OLE color: 13276640.

HSL color Cylindrical-coordinate representation of color #E095CA: hue angle of 317.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095CA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 202 -
CMYK 0 0.33 0.10 0.12
HSL 317.6º 0.55% 0.73% -
HSV(B) 317.6º 0.33% 0.88% -
XYZ 52.15 41.61 61.16 -
YUV 177.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 224 149 202 0 0.33 0.10 0.12 317.6 0.55 0.73
Hex E0 95 CA 0 21 A C 13E 37 49
Octal 340 225 312 0 41 12 14 476 67 111
Binary 11100000 10010101 11001010 0 100001 1010 1100 100111110 110111 1001001

Color Harmonies of #E095CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095CA

Black with #E095CA

Text Example


Text Example

White with #E095CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095CA; }

 p { color: rgb(224,149,202); }

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

background-color css

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

 a { background-color: rgb(224,149,202); }

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

border-color css

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

 span { border-color: rgb(224,149,202); }

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