Html Css Color HEX #ED017B Deep Pink

📋 copy color: '#ED017B'

red 237 ◦ green 1 ◦ blue 123

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

Shades of Deep Pink #ED017B

Tints of Deep Pink #ED017B

RGB

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

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

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

R = 65.65%
G = 0.28%
B = 34.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED017B (or 0xED017B) is known color: Deep Pink. HEX triplet: ED, 01 and 7B. RGB value is (237,1,123). Sum of RGB (Red+Green+Blue) = 237+1+123=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED017B is #12FE84. Grayscale: #555555. Windows color (decimal): -1244805 or 8061421. OLE color: 8061421.

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

Color convert

RGB 237 1 123 -
CMYK 0 1.00 0.48 0.07
HSL 328.98º 0.99% 0.47% -
HSV(B) 328.98º 1% 0.93% -
XYZ 38.51 19.46 20.46 -
YUV 85.47 149.19 236.08 -
System Red Green Blue C M Y K H S L
Decimal 237 1 123 0 1.00 0.48 0.07 328.98 0.99 0.47
Hex ED 1 7B 0 64 30 7 149 63 2F
Octal 355 1 173 0 144 60 7 511 143 57
Binary 11101101 1 1111011 0 1100100 110000 111 101001001 1100011 101111

Color Harmonies of #ED017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED017B

Black with #ED017B

Text Example


Text Example

White with #ED017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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