Html Css Color HEX #EA72BE Persian Pink

📋 copy color: '#EA72BE'

red 234 ◦ green 114 ◦ blue 190

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

Shades of Persian Pink #EA72BE

Tints of Persian Pink #EA72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.19%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 43.49%
G = 21.19%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA72BE (or 0xEA72BE) is known color: Persian Pink. HEX triplet: EA, 72 and BE. RGB value is (234,114,190). Sum of RGB (Red+Green+Blue) = 234+114+190=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72BE is #158D41. Grayscale: #9E9E9E. Windows color (decimal): -1412418 or 12481258. OLE color: 12481258.

HSL color Cylindrical-coordinate representation of color #EA72BE: hue angle of 322º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72BE is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 190 -
CMYK 0 0.51 0.19 0.08
HSL 322º 0.74% 0.68% -
HSV(B) 322º 0.51% 0.92% -
XYZ 49.24 33.24 52.54 -
YUV 158.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 234 114 190 0 0.51 0.19 0.08 322 0.74 0.68
Hex EA 72 BE 0 33 13 8 142 4A 44
Octal 352 162 276 0 63 23 10 502 112 104
Binary 11101010 1110010 10111110 0 110011 10011 1000 101000010 1001010 1000100

Color Harmonies of #EA72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA72BE

Black with #EA72BE

Text Example


Text Example

White with #EA72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA72BE; }

 p { color: rgb(234,114,190); }

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

background-color css

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

 a { background-color: rgb(234,114,190); }

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

border-color css

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

 span { border-color: rgb(234,114,190); }

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