Html Css Color HEX #E613CD Shocking Pink

📋 copy color: '#E613CD'

red 230 ◦ green 19 ◦ blue 205

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

Shades of Shocking Pink #E613CD

Tints of Shocking Pink #E613CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.19%

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

R = 50.66%
G = 4.19%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E613CD (or 0xE613CD) is known color: Shocking Pink. HEX triplet: E6, 13 and CD. RGB value is (230,19,205). Sum of RGB (Red+Green+Blue) = 230+19+205=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E613CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613CD is #19EC32. Grayscale: #666666. Windows color (decimal): -1698867 or 13439974. OLE color: 13439974.

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

Color convert

RGB 230 19 205 -
CMYK 0 0.92 0.11 0.10
HSL 307.11º 0.85% 0.49% -
HSV(B) 307.11º 0.92% 0.9% -
XYZ 43.89 21.7 59.63 -
YUV 103.29 185.4 218.38 -
System Red Green Blue C M Y K H S L
Decimal 230 19 205 0 0.92 0.11 0.10 307.11 0.85 0.49
Hex E6 13 CD 0 5C B A 133 55 31
Octal 346 23 315 0 134 13 12 463 125 61
Binary 11100110 10011 11001101 0 1011100 1011 1010 100110011 1010101 110001

Color Harmonies of #E613CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613CD

Black with #E613CD

Text Example


Text Example

White with #E613CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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