Html Css Color HEX #ED1BBA Shocking Pink

📋 copy color: '#ED1BBA'

red 237 ◦ green 27 ◦ blue 186

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

Shades of Shocking Pink #ED1BBA

Tints of Shocking Pink #ED1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 52.67%
G = 6%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED1BBA (or 0xED1BBA) is known color: Shocking Pink. HEX triplet: ED, 1B and BA. RGB value is (237,27,186). Sum of RGB (Red+Green+Blue) = 237+27+186=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BBA is #12E445. Grayscale: #6B6B6B. Windows color (decimal): -1238086 or 12196845. OLE color: 12196845.

HSL color Cylindrical-coordinate representation of color #ED1BBA: hue angle of 314.57º 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 #ED1BBA is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 27 186 -
CMYK 0 0.89 0.22 0.07
HSL 314.57º 0.85% 0.52% -
HSV(B) 314.57º 0.89% 0.93% -
XYZ 44.18 22.33 48.44 -
YUV 107.92 172.07 220.07 -
System Red Green Blue C M Y K H S L
Decimal 237 27 186 0 0.89 0.22 0.07 314.57 0.85 0.52
Hex ED 1B BA 0 59 16 7 13B 55 34
Octal 355 33 272 0 131 26 7 473 125 64
Binary 11101101 11011 10111010 0 1011001 10110 111 100111011 1010101 110100

Color Harmonies of #ED1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1BBA

Black with #ED1BBA

Text Example


Text Example

White with #ED1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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