Html Css Color HEX #ED0C8B Deep Pink

📋 copy color: '#ED0C8B'

red 237 ◦ green 12 ◦ blue 139

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

Shades of Deep Pink #ED0C8B

Tints of Deep Pink #ED0C8B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.09%

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 61.08%
G = 3.09%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED0C8B (or 0xED0C8B) is known color: Deep Pink. HEX triplet: ED, 0C and 8B. RGB value is (237,12,139). Sum of RGB (Red+Green+Blue) = 237+12+139=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0C8B is #12F374. Grayscale: #5D5D5D. Windows color (decimal): -1241973 or 9112813. OLE color: 9112813.

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

Color convert

RGB 237 12 139 -
CMYK 0 0.95 0.41 0.07
HSL 326.13º 0.9% 0.49% -
HSV(B) 326.13º 0.95% 0.93% -
XYZ 39.72 20.13 26.22 -
YUV 93.75 153.54 230.17 -
System Red Green Blue C M Y K H S L
Decimal 237 12 139 0 0.95 0.41 0.07 326.13 0.9 0.49
Hex ED C 8B 0 5F 29 7 146 5A 31
Octal 355 14 213 0 137 51 7 506 132 61
Binary 11101101 1100 10001011 0 1011111 101001 111 101000110 1011010 110001

Color Harmonies of #ED0C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0C8B

Black with #ED0C8B

Text Example


Text Example

White with #ED0C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0C8B; }

 p { color: rgb(237,12,139); }

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

background-color css

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

 a { background-color: rgb(237,12,139); }

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

border-color css

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

 span { border-color: rgb(237,12,139); }

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