Html Css Color HEX #EA608B Dark Pink

📋 copy color: '#EA608B'

red 234 ◦ green 96 ◦ blue 139

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

Shades of Dark Pink #EA608B

Tints of Dark Pink #EA608B

RGB

 RED value IS 234 (91.8% from 255) = 49.89%

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

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

R = 49.89%
G = 20.47%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA608B (or 0xEA608B) is known color: Dark Pink. HEX triplet: EA, 60 and 8B. RGB value is (234,96,139). Sum of RGB (Red+Green+Blue) = 234+96+139=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA608B is #159F74. Grayscale: #8E8E8E. Windows color (decimal): -1417077 or 9134314. OLE color: 9134314.

HSL color Cylindrical-coordinate representation of color #EA608B: hue angle of 341.3º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA608B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 96 139 -
CMYK 0 0.59 0.41 0.08
HSL 341.3º 0.77% 0.65% -
HSV(B) 341.3º 0.59% 0.92% -
XYZ 42.77 27.72 27.52 -
YUV 142.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 234 96 139 0 0.59 0.41 0.08 341.3 0.77 0.65
Hex EA 60 8B 0 3B 29 8 155 4D 41
Octal 352 140 213 0 73 51 10 525 115 101
Binary 11101010 1100000 10001011 0 111011 101001 1000 101010101 1001101 1000001

Color Harmonies of #EA608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA608B

Black with #EA608B

Text Example


Text Example

White with #EA608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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