Html Css Color HEX #EA84B5 Persian Pink

📋 copy color: '#EA84B5'

red 234 ◦ green 132 ◦ blue 181

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

Shades of Persian Pink #EA84B5

Tints of Persian Pink #EA84B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.09%

R = 42.78%
G = 24.13%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA84B5 (or 0xEA84B5) is known color: Persian Pink. HEX triplet: EA, 84 and B5. RGB value is (234,132,181). Sum of RGB (Red+Green+Blue) = 234+132+181=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84B5 is #157B4A. Grayscale: #A7A7A7. Windows color (decimal): -1407819 or 11896042. OLE color: 11896042.

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

Color convert

RGB 234 132 181 -
CMYK 0 0.44 0.23 0.08
HSL 331.18º 0.71% 0.72% -
HSV(B) 331.18º 0.44% 0.92% -
XYZ 50.52 37.33 48.26 -
YUV 168.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 234 132 181 0 0.44 0.23 0.08 331.18 0.71 0.72
Hex EA 84 B5 0 2C 17 8 14B 47 48
Octal 352 204 265 0 54 27 10 513 107 110
Binary 11101010 10000100 10110101 0 101100 10111 1000 101001011 1000111 1001000

Color Harmonies of #EA84B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84B5

Black with #EA84B5

Text Example


Text Example

White with #EA84B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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