Html Css Color HEX #EB608A Dark Pink

📋 copy color: '#EB608A'

red 235 ◦ green 96 ◦ blue 138

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

Shades of Dark Pink #EB608A

Tints of Dark Pink #EB608A

RGB

 RED value IS 235 (92.19% from 255) = 50.11%

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

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

R = 50.11%
G = 20.47%
B = 29.42%

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

#EB608A (or 0xEB608A) is known color: Dark Pink. HEX triplet: EB, 60 and 8A. RGB value is (235,96,138). Sum of RGB (Red+Green+Blue) = 235+96+138=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB608A is #149F75. Grayscale: #8E8E8E. Windows color (decimal): -1351542 or 9068779. OLE color: 9068779.

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

Color convert

RGB 235 96 138 -
CMYK 0 0.59 0.41 0.08
HSL 341.87º 0.78% 0.65% -
HSV(B) 341.87º 0.59% 0.92% -
XYZ 43.03 27.86 27.15 -
YUV 142.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 235 96 138 0 0.59 0.41 0.08 341.87 0.78 0.65
Hex EB 60 8A 0 3B 29 8 156 4E 41
Octal 353 140 212 0 73 51 10 526 116 101
Binary 11101011 1100000 10001010 0 111011 101001 1000 101010110 1001110 1000001

Color Harmonies of #EB608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB608A

Black with #EB608A

Text Example


Text Example

White with #EB608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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