Html Css Color HEX #EA7CBD Persian Pink

📋 copy color: '#EA7CBD'

red 234 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #EA7CBD

Tints of Persian Pink #EA7CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.67%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 42.78%
G = 22.67%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA7CBD (or 0xEA7CBD) is known color: Persian Pink. HEX triplet: EA, 7C and BD. RGB value is (234,124,189). Sum of RGB (Red+Green+Blue) = 234+124+189=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CBD is #158342. Grayscale: #A4A4A4. Windows color (decimal): -1409859 or 12418282. OLE color: 12418282.

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

Color convert

RGB 234 124 189 -
CMYK 0 0.47 0.19 0.08
HSL 324.55º 0.72% 0.7% -
HSV(B) 324.55º 0.47% 0.92% -
XYZ 50.32 35.58 52.36 -
YUV 164.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 234 124 189 0 0.47 0.19 0.08 324.55 0.72 0.7
Hex EA 7C BD 0 2F 13 8 145 48 46
Octal 352 174 275 0 57 23 10 505 110 106
Binary 11101010 1111100 10111101 0 101111 10011 1000 101000101 1001000 1000110

Color Harmonies of #EA7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CBD

Black with #EA7CBD

Text Example


Text Example

White with #EA7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CBD; }

 p { color: rgb(234,124,189); }

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

background-color css

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

 a { background-color: rgb(234,124,189); }

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

border-color css

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

 span { border-color: rgb(234,124,189); }

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