Html Css Color HEX #E615CD Shocking Pink

📋 copy color: '#E615CD'

red 230 ◦ green 21 ◦ blue 205

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

Shades of Shocking Pink #E615CD

Tints of Shocking Pink #E615CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 50.44%
G = 4.61%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E615CD (or 0xE615CD) is known color: Shocking Pink. HEX triplet: E6, 15 and CD. RGB value is (230,21,205). Sum of RGB (Red+Green+Blue) = 230+21+205=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E615CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615CD is #19EA32. Grayscale: #676767. Windows color (decimal): -1698355 or 13440486. OLE color: 13440486.

HSL color Cylindrical-coordinate representation of color #E615CD: hue angle of 307.18º 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 #E615CD is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 205 -
CMYK 0 0.91 0.11 0.10
HSL 307.18º 0.83% 0.49% -
HSV(B) 307.18º 0.91% 0.9% -
XYZ 43.92 21.77 59.64 -
YUV 104.47 184.74 217.54 -
System Red Green Blue C M Y K H S L
Decimal 230 21 205 0 0.91 0.11 0.10 307.18 0.83 0.49
Hex E6 15 CD 0 5B B A 133 53 31
Octal 346 25 315 0 133 13 12 463 123 61
Binary 11100110 10101 11001101 0 1011011 1011 1010 100110011 1010011 110001

Color Harmonies of #E615CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615CD

Black with #E615CD

Text Example


Text Example

White with #E615CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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