Html Css Color HEX #E61ECF Shocking Pink

📋 copy color: '#E61ECF'

red 230 ◦ green 30 ◦ blue 207

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

Shades of Shocking Pink #E61ECF

Tints of Shocking Pink #E61ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.42%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 49.25%
G = 6.42%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E61ECF (or 0xE61ECF) is known color: Shocking Pink. HEX triplet: E6, 1E and CF. RGB value is (230,30,207). Sum of RGB (Red+Green+Blue) = 230+30+207=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ECF is #19E130. Grayscale: #6D6D6D. Windows color (decimal): -1696049 or 13573862. OLE color: 13573862.

HSL color Cylindrical-coordinate representation of color #E61ECF: hue angle of 306.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61ECF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 30 207 -
CMYK 0 0.87 0.10 0.10
HSL 306.9º 0.8% 0.51% -
HSV(B) 306.9º 0.87% 0.9% -
XYZ 44.36 22.26 60.99 -
YUV 109.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 230 30 207 0 0.87 0.10 0.10 306.9 0.8 0.51
Hex E6 1E CF 0 57 A A 133 50 33
Octal 346 36 317 0 127 12 12 463 120 63
Binary 11100110 11110 11001111 0 1010111 1010 1010 100110011 1010000 110011

Color Harmonies of #E61ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61ECF

Black with #E61ECF

Text Example


Text Example

White with #E61ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61ECF; }

 p { color: rgb(230,30,207); }

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

background-color css

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

 a { background-color: rgb(230,30,207); }

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

border-color css

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

 span { border-color: rgb(230,30,207); }

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