Html Css Color HEX #EA7DB7 Persian Pink

📋 copy color: '#EA7DB7'

red 234 ◦ green 125 ◦ blue 183

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

Shades of Persian Pink #EA7DB7

Tints of Persian Pink #EA7DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.76%

R = 43.17%
G = 23.06%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA7DB7 (or 0xEA7DB7) is known color: Persian Pink. HEX triplet: EA, 7D and B7. RGB value is (234,125,183). Sum of RGB (Red+Green+Blue) = 234+125+183=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DB7 is #158248. Grayscale: #A4A4A4. Windows color (decimal): -1409609 or 12025322. OLE color: 12025322.

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

Color convert

RGB 234 125 183 -
CMYK 0 0.47 0.22 0.08
HSL 328.07º 0.72% 0.7% -
HSV(B) 328.07º 0.47% 0.92% -
XYZ 49.81 35.58 49.04 -
YUV 164.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 234 125 183 0 0.47 0.22 0.08 328.07 0.72 0.7
Hex EA 7D B7 0 2F 16 8 148 48 46
Octal 352 175 267 0 57 26 10 510 110 106
Binary 11101010 1111101 10110111 0 101111 10110 1000 101001000 1001000 1000110

Color Harmonies of #EA7DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DB7

Black with #EA7DB7

Text Example


Text Example

White with #EA7DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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