Html Css Color HEX #ED1BBE Shocking Pink

📋 copy color: '#ED1BBE'

red 237 ◦ green 27 ◦ blue 190

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

Shades of Shocking Pink #ED1BBE

Tints of Shocking Pink #ED1BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 52.2%
G = 5.95%
B = 41.85%

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

#ED1BBE (or 0xED1BBE) is known color: Shocking Pink. HEX triplet: ED, 1B and BE. RGB value is (237,27,190). Sum of RGB (Red+Green+Blue) = 237+27+190=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BBE is #12E441. Grayscale: #6B6B6B. Windows color (decimal): -1238082 or 12458989. OLE color: 12458989.

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

Color convert

RGB 237 27 190 -
CMYK 0 0.89 0.20 0.07
HSL 313.43º 0.85% 0.52% -
HSV(B) 313.43º 0.89% 0.93% -
XYZ 44.61 22.51 50.71 -
YUV 108.37 174.07 219.75 -
System Red Green Blue C M Y K H S L
Decimal 237 27 190 0 0.89 0.20 0.07 313.43 0.85 0.52
Hex ED 1B BE 0 59 14 7 139 55 34
Octal 355 33 276 0 131 24 7 471 125 64
Binary 11101101 11011 10111110 0 1011001 10100 111 100111001 1010101 110100

Color Harmonies of #ED1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1BBE

Black with #ED1BBE

Text Example


Text Example

White with #ED1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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