Html Css Color HEX #EA7DB5 Persian Pink

📋 copy color: '#EA7DB5'

red 234 ◦ green 125 ◦ blue 181

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

Shades of Persian Pink #EA7DB5

Tints of Persian Pink #EA7DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.52%

R = 43.33%
G = 23.15%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA7DB5 (or 0xEA7DB5) is known color: Persian Pink. HEX triplet: EA, 7D and B5. RGB value is (234,125,181). Sum of RGB (Red+Green+Blue) = 234+125+181=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DB5 is #15824A. Grayscale: #A3A3A3. Windows color (decimal): -1409611 or 11894250. OLE color: 11894250.

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

Color convert

RGB 234 125 181 -
CMYK 0 0.47 0.23 0.08
HSL 329.17º 0.72% 0.7% -
HSV(B) 329.17º 0.47% 0.92% -
XYZ 49.61 35.5 47.95 -
YUV 163.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 234 125 181 0 0.47 0.23 0.08 329.17 0.72 0.7
Hex EA 7D B5 0 2F 17 8 149 48 46
Octal 352 175 265 0 57 27 10 511 110 106
Binary 11101010 1111101 10110101 0 101111 10111 1000 101001001 1001000 1000110

Color Harmonies of #EA7DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DB5

Black with #EA7DB5

Text Example


Text Example

White with #EA7DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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