Html Css Color HEX #EA4B7B Dark Pink

📋 copy color: '#EA4B7B'

red 234 ◦ green 75 ◦ blue 123

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

Shades of Dark Pink #EA4B7B

Tints of Dark Pink #EA4B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

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

R = 54.17%
G = 17.36%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA4B7B (or 0xEA4B7B) is known color: Dark Pink. HEX triplet: EA, 4B and 7B. RGB value is (234,75,123). Sum of RGB (Red+Green+Blue) = 234+75+123=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B7B is #15B484. Grayscale: #7F7F7F. Windows color (decimal): -1422469 or 8080362. OLE color: 8080362.

HSL color Cylindrical-coordinate representation of color #EA4B7B: hue angle of 341.89º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4B7B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 75 123 -
CMYK 0 0.68 0.47 0.08
HSL 341.89º 0.79% 0.61% -
HSV(B) 341.89º 0.68% 0.92% -
XYZ 40.02 23.95 21.25 -
YUV 128.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 234 75 123 0 0.68 0.47 0.08 341.89 0.79 0.61
Hex EA 4B 7B 0 44 2F 8 156 4F 3D
Octal 352 113 173 0 104 57 10 526 117 75
Binary 11101010 1001011 1111011 0 1000100 101111 1000 101010110 1001111 111101

Color Harmonies of #EA4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B7B

Black with #EA4B7B

Text Example


Text Example

White with #EA4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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