Html Css Color HEX #ED0F92 Deep Pink

📋 copy color: '#ED0F92'

red 237 ◦ green 15 ◦ blue 146

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

Shades of Deep Pink #ED0F92

Tints of Deep Pink #ED0F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 59.55%
G = 3.77%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED0F92 (or 0xED0F92) is known color: Deep Pink. HEX triplet: ED, 0F and 92. RGB value is (237,15,146). Sum of RGB (Red+Green+Blue) = 237+15+146=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0F92 is #12F06D. Grayscale: #606060. Windows color (decimal): -1241198 or 9572333. OLE color: 9572333.

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

Color convert

RGB 237 15 146 -
CMYK 0 0.94 0.38 0.07
HSL 324.59º 0.88% 0.49% -
HSV(B) 324.59º 0.94% 0.93% -
XYZ 40.28 20.42 29.01 -
YUV 96.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 237 15 146 0 0.94 0.38 0.07 324.59 0.88 0.49
Hex ED F 92 0 5E 26 7 145 58 31
Octal 355 17 222 0 136 46 7 505 130 61
Binary 11101101 1111 10010010 0 1011110 100110 111 101000101 1011000 110001

Color Harmonies of #ED0F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F92

Black with #ED0F92

Text Example


Text Example

White with #ED0F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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