Html Css Color HEX #ED0DBE Shocking Pink

📋 copy color: '#ED0DBE'

red 237 ◦ green 13 ◦ blue 190

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

Shades of Shocking Pink #ED0DBE

Tints of Shocking Pink #ED0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

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

R = 53.86%
G = 2.95%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED0DBE (or 0xED0DBE) is known color: Shocking Pink. HEX triplet: ED, 0D and BE. RGB value is (237,13,190). Sum of RGB (Red+Green+Blue) = 237+13+190=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DBE is #12F241. Grayscale: #636363. Windows color (decimal): -1241666 or 12455405. OLE color: 12455405.

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

Color convert

RGB 237 13 190 -
CMYK 0 0.95 0.20 0.07
HSL 312.59º 0.9% 0.49% -
HSV(B) 312.59º 0.95% 0.93% -
XYZ 44.36 22.01 50.63 -
YUV 100.15 178.71 225.61 -
System Red Green Blue C M Y K H S L
Decimal 237 13 190 0 0.95 0.20 0.07 312.59 0.9 0.49
Hex ED D BE 0 5F 14 7 139 5A 31
Octal 355 15 276 0 137 24 7 471 132 61
Binary 11101101 1101 10111110 0 1011111 10100 111 100111001 1011010 110001

Color Harmonies of #ED0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DBE

Black with #ED0DBE

Text Example


Text Example

White with #ED0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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