Html Css Color HEX #ED0F7B Deep Pink

📋 copy color: '#ED0F7B'

red 237 ◦ green 15 ◦ blue 123

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

Shades of Deep Pink #ED0F7B

Tints of Deep Pink #ED0F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4%

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

R = 63.2%
G = 4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED0F7B (or 0xED0F7B) is known color: Deep Pink. HEX triplet: ED, 0F and 7B. RGB value is (237,15,123). Sum of RGB (Red+Green+Blue) = 237+15+123=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0F7B is #12F084. Grayscale: #5D5D5D. Windows color (decimal): -1241221 or 8065005. OLE color: 8065005.

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

Color convert

RGB 237 15 123 -
CMYK 0 0.94 0.48 0.07
HSL 330.81º 0.88% 0.49% -
HSV(B) 330.81º 0.94% 0.93% -
XYZ 38.67 19.78 20.52 -
YUV 93.69 144.55 230.22 -
System Red Green Blue C M Y K H S L
Decimal 237 15 123 0 0.94 0.48 0.07 330.81 0.88 0.49
Hex ED F 7B 0 5E 30 7 14B 58 31
Octal 355 17 173 0 136 60 7 513 130 61
Binary 11101101 1111 1111011 0 1011110 110000 111 101001011 1011000 110001

Color Harmonies of #ED0F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F7B

Black with #ED0F7B

Text Example


Text Example

White with #ED0F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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