Html Css Color HEX #ED608A Dark Pink

📋 copy color: '#ED608A'

red 237 ◦ green 96 ◦ blue 138

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

Shades of Dark Pink #ED608A

Tints of Dark Pink #ED608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 50.32%
G = 20.38%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED608A (or 0xED608A) is known color: Dark Pink. HEX triplet: ED, 60 and 8A. RGB value is (237,96,138). Sum of RGB (Red+Green+Blue) = 237+96+138=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED608A is #129F75. Grayscale: #8E8E8E. Windows color (decimal): -1220470 or 9068781. OLE color: 9068781.

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

Color convert

RGB 237 96 138 -
CMYK 0 0.59 0.42 0.07
HSL 342.13º 0.8% 0.65% -
HSV(B) 342.13º 0.59% 0.93% -
XYZ 43.7 28.21 27.19 -
YUV 142.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 237 96 138 0 0.59 0.42 0.07 342.13 0.8 0.65
Hex ED 60 8A 0 3B 2A 7 156 50 41
Octal 355 140 212 0 73 52 7 526 120 101
Binary 11101101 1100000 10001010 0 111011 101010 111 101010110 1010000 1000001

Color Harmonies of #ED608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED608A

Black with #ED608A

Text Example


Text Example

White with #ED608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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