Html Css Color HEX #EA7DB9 Persian Pink

📋 copy color: '#EA7DB9'

red 234 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #EA7DB9

Tints of Persian Pink #EA7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.98%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 43.01%
G = 22.98%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA7DB9 (or 0xEA7DB9) is known color: Persian Pink. HEX triplet: EA, 7D and B9. RGB value is (234,125,185). Sum of RGB (Red+Green+Blue) = 234+125+185=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DB9 is #158246. Grayscale: #A4A4A4. Windows color (decimal): -1409607 or 12156394. OLE color: 12156394.

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

Color convert

RGB 234 125 185 -
CMYK 0 0.47 0.21 0.08
HSL 326.97º 0.72% 0.7% -
HSV(B) 326.97º 0.47% 0.92% -
XYZ 50.02 35.66 50.15 -
YUV 164.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 234 125 185 0 0.47 0.21 0.08 326.97 0.72 0.7
Hex EA 7D B9 0 2F 15 8 147 48 46
Octal 352 175 271 0 57 25 10 507 110 106
Binary 11101010 1111101 10111001 0 101111 10101 1000 101000111 1001000 1000110

Color Harmonies of #EA7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DB9

Black with #EA7DB9

Text Example


Text Example

White with #EA7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DB9; }

 p { color: rgb(234,125,185); }

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

background-color css

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

 a { background-color: rgb(234,125,185); }

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

border-color css

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

 span { border-color: rgb(234,125,185); }

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