Html Css Color HEX #ED608F Dark Pink

📋 copy color: '#ED608F'

red 237 ◦ green 96 ◦ blue 143

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

Shades of Dark Pink #ED608F

Tints of Dark Pink #ED608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 49.79%
G = 20.17%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED608F (or 0xED608F) is known color: Dark Pink. HEX triplet: ED, 60 and 8F. RGB value is (237,96,143). Sum of RGB (Red+Green+Blue) = 237+96+143=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED608F is #129F70. Grayscale: #8F8F8F. Windows color (decimal): -1220465 or 9396461. OLE color: 9396461.

HSL color Cylindrical-coordinate representation of color #ED608F: hue angle of 340º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED608F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 143 -
CMYK 0 0.59 0.40 0.07
HSL 340º 0.8% 0.65% -
HSV(B) 340º 0.59% 0.93% -
XYZ 44.07 28.35 29.14 -
YUV 143.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 237 96 143 0 0.59 0.40 0.07 340 0.8 0.65
Hex ED 60 8F 0 3B 28 7 154 50 41
Octal 355 140 217 0 73 50 7 524 120 101
Binary 11101101 1100000 10001111 0 111011 101000 111 101010100 1010000 1000001

Color Harmonies of #ED608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED608F

Black with #ED608F

Text Example


Text Example

White with #ED608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED608F; }

 p { color: rgb(237,96,143); }

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

background-color css

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

 a { background-color: rgb(237,96,143); }

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

border-color css

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

 span { border-color: rgb(237,96,143); }

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