Html Css Color HEX #EA607B Dark Pink

📋 copy color: '#EA607B'

red 234 ◦ green 96 ◦ blue 123

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

Shades of Dark Pink #EA607B

Tints of Dark Pink #EA607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 51.66%
G = 21.19%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA607B (or 0xEA607B) is known color: Dark Pink. HEX triplet: EA, 60 and 7B. RGB value is (234,96,123). Sum of RGB (Red+Green+Blue) = 234+96+123=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA607B is #159F84. Grayscale: #8C8C8C. Windows color (decimal): -1417093 or 8085738. OLE color: 8085738.

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

Color convert

RGB 234 96 123 -
CMYK 0 0.59 0.47 0.08
HSL 348.26º 0.77% 0.65% -
HSV(B) 348.26º 0.59% 0.92% -
XYZ 41.69 27.29 21.81 -
YUV 140.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 234 96 123 0 0.59 0.47 0.08 348.26 0.77 0.65
Hex EA 60 7B 0 3B 2F 8 15C 4D 41
Octal 352 140 173 0 73 57 10 534 115 101
Binary 11101010 1100000 1111011 0 111011 101111 1000 101011100 1001101 1000001

Color Harmonies of #EA607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA607B

Black with #EA607B

Text Example


Text Example

White with #EA607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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