Html Css Color HEX #ED0D7B Deep Pink

📋 copy color: '#ED0D7B'

red 237 ◦ green 13 ◦ blue 123

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

Shades of Deep Pink #ED0D7B

Tints of Deep Pink #ED0D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 63.54%
G = 3.49%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED0D7B (or 0xED0D7B) is known color: Deep Pink. HEX triplet: ED, 0D and 7B. RGB value is (237,13,123). Sum of RGB (Red+Green+Blue) = 237+13+123=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0D7B is #12F284. Grayscale: #5C5C5C. Windows color (decimal): -1241733 or 8064493. OLE color: 8064493.

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

Color convert

RGB 237 13 123 -
CMYK 0 0.95 0.48 0.07
HSL 330.54º 0.9% 0.49% -
HSV(B) 330.54º 0.95% 0.93% -
XYZ 38.64 19.72 20.51 -
YUV 92.52 145.21 231.06 -
System Red Green Blue C M Y K H S L
Decimal 237 13 123 0 0.95 0.48 0.07 330.54 0.9 0.49
Hex ED D 7B 0 5F 30 7 14B 5A 31
Octal 355 15 173 0 137 60 7 513 132 61
Binary 11101101 1101 1111011 0 1011111 110000 111 101001011 1011010 110001

Color Harmonies of #ED0D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D7B

Black with #ED0D7B

Text Example


Text Example

White with #ED0D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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