Html Css Color HEX #E119CA Shocking Pink

📋 copy color: '#E119CA'

red 225 ◦ green 25 ◦ blue 202

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

Shades of Shocking Pink #E119CA

Tints of Shocking Pink #E119CA

RGB

 RED value IS 225 (88.28% from 255) = 49.78%

 GREEN value IS 25 (10.16% from 255) = 5.53%

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

R = 49.78%
G = 5.53%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E119CA (or 0xE119CA) is known color: Shocking Pink. HEX triplet: E1, 19 and CA. RGB value is (225,25,202). Sum of RGB (Red+Green+Blue) = 225+25+202=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E119CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119CA is #1EE635. Grayscale: #686868. Windows color (decimal): -2025014 or 13244897. OLE color: 13244897.

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

Color convert

RGB 225 25 202 -
CMYK 0 0.89 0.10 0.12
HSL 306.9º 0.8% 0.49% -
HSV(B) 306.9º 0.89% 0.88% -
XYZ 42.06 20.97 57.71 -
YUV 104.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 225 25 202 0 0.89 0.10 0.12 306.9 0.8 0.49
Hex E1 19 CA 0 59 A C 133 50 31
Octal 341 31 312 0 131 12 14 463 120 61
Binary 11100001 11001 11001010 0 1011001 1010 1100 100110011 1010000 110001

Color Harmonies of #E119CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E119CA

Black with #E119CA

Text Example


Text Example

White with #E119CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E119CA; }

 p { color: rgb(225,25,202); }

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

background-color css

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

 a { background-color: rgb(225,25,202); }

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

border-color css

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

 span { border-color: rgb(225,25,202); }

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