Html Css Color HEX #ED608B Dark Pink

📋 copy color: '#ED608B'

red 237 ◦ green 96 ◦ blue 139

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

Shades of Dark Pink #ED608B

Tints of Dark Pink #ED608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 50.21%
G = 20.34%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED608B (or 0xED608B) is known color: Dark Pink. HEX triplet: ED, 60 and 8B. RGB value is (237,96,139). Sum of RGB (Red+Green+Blue) = 237+96+139=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED608B is #129F74. Grayscale: #8F8F8F. Windows color (decimal): -1220469 or 9134317. OLE color: 9134317.

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

Color convert

RGB 237 96 139 -
CMYK 0 0.59 0.41 0.07
HSL 341.7º 0.8% 0.65% -
HSV(B) 341.7º 0.59% 0.93% -
XYZ 43.77 28.23 27.57 -
YUV 143.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 237 96 139 0 0.59 0.41 0.07 341.7 0.8 0.65
Hex ED 60 8B 0 3B 29 7 156 50 41
Octal 355 140 213 0 73 51 7 526 120 101
Binary 11101101 1100000 10001011 0 111011 101001 111 101010110 1010000 1000001

Color Harmonies of #ED608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED608B

Black with #ED608B

Text Example


Text Example

White with #ED608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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