Html Css Color HEX #E607C6 Shocking Pink

📋 copy color: '#E607C6'

red 230 ◦ green 7 ◦ blue 198

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

Shades of Shocking Pink #E607C6

Tints of Shocking Pink #E607C6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 52.87%
G = 1.61%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E607C6 (or 0xE607C6) is known color: Shocking Pink. HEX triplet: E6, 07 and C6. RGB value is (230,7,198). Sum of RGB (Red+Green+Blue) = 230+7+198=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E607C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607C6 is #19F839. Grayscale: #5E5E5E. Windows color (decimal): -1701946 or 12978150. OLE color: 12978150.

HSL color Cylindrical-coordinate representation of color #E607C6: hue angle of 308.61º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607C6 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 198 -
CMYK 0 0.97 0.14 0.10
HSL 308.61º 0.94% 0.46% -
HSV(B) 308.61º 0.97% 0.9% -
XYZ 42.9 21.05 55.23 -
YUV 95.45 185.88 223.97 -
System Red Green Blue C M Y K H S L
Decimal 230 7 198 0 0.97 0.14 0.10 308.61 0.94 0.46
Hex E6 7 C6 0 61 E A 135 5E 2E
Octal 346 7 306 0 141 16 12 465 136 56
Binary 11100110 111 11000110 0 1100001 1110 1010 100110101 1011110 101110

Color Harmonies of #E607C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607C6

Black with #E607C6

Text Example


Text Example

White with #E607C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607C6; }

 p { color: rgb(230,7,198); }

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

background-color css

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

 a { background-color: rgb(230,7,198); }

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

border-color css

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

 span { border-color: rgb(230,7,198); }

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