Html Css Color HEX #ED0184 Deep Pink

📋 copy color: '#ED0184'

red 237 ◦ green 1 ◦ blue 132

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

Shades of Deep Pink #ED0184

Tints of Deep Pink #ED0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 64.05%
G = 0.27%
B = 35.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED0184 (or 0xED0184) is known color: Deep Pink. HEX triplet: ED, 01 and 84. RGB value is (237,1,132). Sum of RGB (Red+Green+Blue) = 237+1+132=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0184 is #12FE7B. Grayscale: #565656. Windows color (decimal): -1244796 or 8651245. OLE color: 8651245.

HSL color Cylindrical-coordinate representation of color #ED0184: hue angle of 326.69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0184 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 1 132 -
CMYK 0 1.00 0.44 0.07
HSL 326.69º 0.99% 0.47% -
HSV(B) 326.69º 1% 0.93% -
XYZ 39.1 19.69 23.57 -
YUV 86.5 153.69 235.35 -
System Red Green Blue C M Y K H S L
Decimal 237 1 132 0 1.00 0.44 0.07 326.69 0.99 0.47
Hex ED 1 84 0 64 2C 7 147 63 2F
Octal 355 1 204 0 144 54 7 507 143 57
Binary 11101101 1 10000100 0 1100100 101100 111 101000111 1100011 101111

Color Harmonies of #ED0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0184

Black with #ED0184

Text Example


Text Example

White with #ED0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0184; }

 p { color: rgb(237,1,132); }

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

background-color css

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

 a { background-color: rgb(237,1,132); }

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

border-color css

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

 span { border-color: rgb(237,1,132); }

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