Html Css Color HEX #EA84BE Persian Pink

📋 copy color: '#EA84BE'

red 234 ◦ green 132 ◦ blue 190

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

Shades of Persian Pink #EA84BE

Tints of Persian Pink #EA84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.74%

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

R = 42.09%
G = 23.74%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA84BE (or 0xEA84BE) is known color: Persian Pink. HEX triplet: EA, 84 and BE. RGB value is (234,132,190). Sum of RGB (Red+Green+Blue) = 234+132+190=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84BE is #157B41. Grayscale: #A8A8A8. Windows color (decimal): -1407810 or 12485866. OLE color: 12485866.

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

Color convert

RGB 234 132 190 -
CMYK 0 0.44 0.19 0.08
HSL 325.88º 0.71% 0.72% -
HSV(B) 325.88º 0.44% 0.92% -
XYZ 51.48 37.71 53.28 -
YUV 169.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 234 132 190 0 0.44 0.19 0.08 325.88 0.71 0.72
Hex EA 84 BE 0 2C 13 8 146 47 48
Octal 352 204 276 0 54 23 10 506 107 110
Binary 11101010 10000100 10111110 0 101100 10011 1000 101000110 1000111 1001000

Color Harmonies of #EA84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84BE

Black with #EA84BE

Text Example


Text Example

White with #EA84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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