Html Css Color HEX #ED1BBD Shocking Pink

📋 copy color: '#ED1BBD'

red 237 ◦ green 27 ◦ blue 189

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

Shades of Shocking Pink #ED1BBD

Tints of Shocking Pink #ED1BBD

RGB

 RED value IS 237 (92.97% from 255) = 52.32%

 GREEN value IS 27 (10.94% from 255) = 5.96%

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

R = 52.32%
G = 5.96%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED1BBD (or 0xED1BBD) is known color: Shocking Pink. HEX triplet: ED, 1B and BD. RGB value is (237,27,189). Sum of RGB (Red+Green+Blue) = 237+27+189=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BBD is #12E442. Grayscale: #6B6B6B. Windows color (decimal): -1238083 or 12393453. OLE color: 12393453.

HSL color Cylindrical-coordinate representation of color #ED1BBD: hue angle of 313.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BBD is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 27 189 -
CMYK 0 0.89 0.20 0.07
HSL 313.71º 0.85% 0.52% -
HSV(B) 313.71º 0.89% 0.93% -
XYZ 44.5 22.46 50.13 -
YUV 108.26 173.57 219.83 -
System Red Green Blue C M Y K H S L
Decimal 237 27 189 0 0.89 0.20 0.07 313.71 0.85 0.52
Hex ED 1B BD 0 59 14 7 13A 55 34
Octal 355 33 275 0 131 24 7 472 125 64
Binary 11101101 11011 10111101 0 1011001 10100 111 100111010 1010101 110100

Color Harmonies of #ED1BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1BBD

Black with #ED1BBD

Text Example


Text Example

White with #ED1BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1BBD; }

 p { color: rgb(237,27,189); }

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

background-color css

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

 a { background-color: rgb(237,27,189); }

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

border-color css

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

 span { border-color: rgb(237,27,189); }

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