Html Css Color HEX #E615CA Shocking Pink

📋 copy color: '#E615CA'

red 230 ◦ green 21 ◦ blue 202

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

Shades of Shocking Pink #E615CA

Tints of Shocking Pink #E615CA

RGB

 RED value IS 230 (90.23% from 255) = 50.77%

 GREEN value IS 21 (8.59% from 255) = 4.64%

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

R = 50.77%
G = 4.64%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E615CA (or 0xE615CA) is known color: Shocking Pink. HEX triplet: E6, 15 and CA. RGB value is (230,21,202). Sum of RGB (Red+Green+Blue) = 230+21+202=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E615CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615CA is #19EA35. Grayscale: #676767. Windows color (decimal): -1698358 or 13243878. OLE color: 13243878.

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

Color convert

RGB 230 21 202 -
CMYK 0 0.91 0.12 0.10
HSL 308.04º 0.83% 0.49% -
HSV(B) 308.04º 0.91% 0.9% -
XYZ 43.56 21.62 57.75 -
YUV 104.13 183.24 217.78 -
System Red Green Blue C M Y K H S L
Decimal 230 21 202 0 0.91 0.12 0.10 308.04 0.83 0.49
Hex E6 15 CA 0 5B C A 134 53 31
Octal 346 25 312 0 133 14 12 464 123 61
Binary 11100110 10101 11001010 0 1011011 1100 1010 100110100 1010011 110001

Color Harmonies of #E615CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615CA

Black with #E615CA

Text Example


Text Example

White with #E615CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615CA; }

 p { color: rgb(230,21,202); }

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

background-color css

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

 a { background-color: rgb(230,21,202); }

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

border-color css

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

 span { border-color: rgb(230,21,202); }

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