Html Css Color HEX #E317CD Shocking Pink

📋 copy color: '#E317CD'

red 227 ◦ green 23 ◦ blue 205

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

Shades of Shocking Pink #E317CD

Tints of Shocking Pink #E317CD

RGB

 RED value IS 227 (89.06% from 255) = 49.89%

 GREEN value IS 23 (9.38% from 255) = 5.05%

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

R = 49.89%
G = 5.05%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E317CD (or 0xE317CD) is known color: Shocking Pink. HEX triplet: E3, 17 and CD. RGB value is (227,23,205). Sum of RGB (Red+Green+Blue) = 227+23+205=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E317CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E317CD is #1CE832. Grayscale: #686868. Windows color (decimal): -1894451 or 13440995. OLE color: 13440995.

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

Color convert

RGB 227 23 205 -
CMYK 0 0.90 0.10 0.11
HSL 306.47º 0.82% 0.49% -
HSV(B) 306.47º 0.9% 0.89% -
XYZ 43 21.35 59.61 -
YUV 104.74 184.59 215.2 -
System Red Green Blue C M Y K H S L
Decimal 227 23 205 0 0.90 0.10 0.11 306.47 0.82 0.49
Hex E3 17 CD 0 5A A B 132 52 31
Octal 343 27 315 0 132 12 13 462 122 61
Binary 11100011 10111 11001101 0 1011010 1010 1011 100110010 1010010 110001

Color Harmonies of #E317CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E317CD

Black with #E317CD

Text Example


Text Example

White with #E317CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E317CD; }

 p { color: rgb(227,23,205); }

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

background-color css

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

 a { background-color: rgb(227,23,205); }

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

border-color css

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

 span { border-color: rgb(227,23,205); }

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