Html Css Color HEX #ED0F83 Deep Pink

📋 copy color: '#ED0F83'

red 237 ◦ green 15 ◦ blue 131

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

Shades of Deep Pink #ED0F83

Tints of Deep Pink #ED0F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 61.88%
G = 3.92%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED0F83 (or 0xED0F83) is known color: Deep Pink. HEX triplet: ED, 0F and 83. RGB value is (237,15,131). Sum of RGB (Red+Green+Blue) = 237+15+131=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0F83 is #12F07C. Grayscale: #5E5E5E. Windows color (decimal): -1241213 or 8589293. OLE color: 8589293.

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

Color convert

RGB 237 15 131 -
CMYK 0 0.94 0.45 0.07
HSL 328.65º 0.88% 0.49% -
HSV(B) 328.65º 0.94% 0.93% -
XYZ 39.19 19.98 23.26 -
YUV 94.6 148.55 229.57 -
System Red Green Blue C M Y K H S L
Decimal 237 15 131 0 0.94 0.45 0.07 328.65 0.88 0.49
Hex ED F 83 0 5E 2D 7 149 58 31
Octal 355 17 203 0 136 55 7 511 130 61
Binary 11101101 1111 10000011 0 1011110 101101 111 101001001 1011000 110001

Color Harmonies of #ED0F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F83

Black with #ED0F83

Text Example


Text Example

White with #ED0F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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