Html Css Color HEX #EA7DBF Persian Pink

📋 copy color: '#EA7DBF'

red 234 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #EA7DBF

Tints of Persian Pink #EA7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 42.55%
G = 22.73%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA7DBF (or 0xEA7DBF) is known color: Persian Pink. HEX triplet: EA, 7D and BF. RGB value is (234,125,191). Sum of RGB (Red+Green+Blue) = 234+125+191=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DBF is #158240. Grayscale: #A4A4A4. Windows color (decimal): -1409601 or 12549610. OLE color: 12549610.

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

Color convert

RGB 234 125 191 -
CMYK 0 0.47 0.18 0.08
HSL 323.67º 0.72% 0.7% -
HSV(B) 323.67º 0.47% 0.92% -
XYZ 50.67 35.92 53.55 -
YUV 165.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 234 125 191 0 0.47 0.18 0.08 323.67 0.72 0.7
Hex EA 7D BF 0 2F 12 8 144 48 46
Octal 352 175 277 0 57 22 10 504 110 106
Binary 11101010 1111101 10111111 0 101111 10010 1000 101000100 1001000 1000110

Color Harmonies of #EA7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DBF

Black with #EA7DBF

Text Example


Text Example

White with #EA7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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