Html Css Color HEX #E60BBD Shocking Pink

📋 copy color: '#E60BBD'

red 230 ◦ green 11 ◦ blue 189

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

Shades of Shocking Pink #E60BBD

Tints of Shocking Pink #E60BBD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.56%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 53.49%
G = 2.56%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E60BBD (or 0xE60BBD) is known color: Shocking Pink. HEX triplet: E6, 0B and BD. RGB value is (230,11,189). Sum of RGB (Red+Green+Blue) = 230+11+189=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BBD is #19F442. Grayscale: #606060. Windows color (decimal): -1700931 or 12389350. OLE color: 12389350.

HSL color Cylindrical-coordinate representation of color #E60BBD: hue angle of 311.23º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60BBD is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 189 -
CMYK 0 0.95 0.18 0.10
HSL 311.23º 0.91% 0.47% -
HSV(B) 311.23º 0.95% 0.9% -
XYZ 41.94 20.74 49.94 -
YUV 96.77 180.05 223.03 -
System Red Green Blue C M Y K H S L
Decimal 230 11 189 0 0.95 0.18 0.10 311.23 0.91 0.47
Hex E6 B BD 0 5F 12 A 137 5B 2F
Octal 346 13 275 0 137 22 12 467 133 57
Binary 11100110 1011 10111101 0 1011111 10010 1010 100110111 1011011 101111

Color Harmonies of #E60BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BBD

Black with #E60BBD

Text Example


Text Example

White with #E60BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BBD; }

 p { color: rgb(230,11,189); }

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

background-color css

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

 a { background-color: rgb(230,11,189); }

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

border-color css

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

 span { border-color: rgb(230,11,189); }

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