Html Css Color HEX #E709CA Shocking Pink

📋 copy color: '#E709CA'

red 231 ◦ green 9 ◦ blue 202

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

Shades of Shocking Pink #E709CA

Tints of Shocking Pink #E709CA

RGB

 RED value IS 231 (90.63% from 255) = 52.26%

 GREEN value IS 9 (3.91% from 255) = 2.04%

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

R = 52.26%
G = 2.04%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E709CA (or 0xE709CA) is known color: Shocking Pink. HEX triplet: E7, 09 and CA. RGB value is (231,9,202). Sum of RGB (Red+Green+Blue) = 231+9+202=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E709CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E709CA is #18F635. Grayscale: #606060. Windows color (decimal): -1635894 or 13240807. OLE color: 13240807.

HSL color Cylindrical-coordinate representation of color #E709CA: hue angle of 307.84º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E709CA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 202 -
CMYK 0 0.96 0.13 0.09
HSL 307.84º 0.93% 0.47% -
HSV(B) 307.84º 0.96% 0.91% -
XYZ 43.71 21.45 57.71 -
YUV 97.38 187.05 223.31 -
System Red Green Blue C M Y K H S L
Decimal 231 9 202 0 0.96 0.13 0.09 307.84 0.93 0.47
Hex E7 9 CA 0 60 D 9 134 5C 2F
Octal 347 11 312 0 140 15 11 464 134 57
Binary 11100111 1001 11001010 0 1100000 1101 1001 100110100 1011100 101111

Color Harmonies of #E709CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E709CA

Black with #E709CA

Text Example


Text Example

White with #E709CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E709CA; }

 p { color: rgb(231,9,202); }

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

background-color css

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

 a { background-color: rgb(231,9,202); }

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

border-color css

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

 span { border-color: rgb(231,9,202); }

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