Html Css Color HEX #EA84B0 Persian Pink

📋 copy color: '#EA84B0'

red 234 ◦ green 132 ◦ blue 176

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

Shades of Persian Pink #EA84B0

Tints of Persian Pink #EA84B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 43.17%
G = 24.35%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA84B0 (or 0xEA84B0) is known color: Persian Pink. HEX triplet: EA, 84 and B0. RGB value is (234,132,176). Sum of RGB (Red+Green+Blue) = 234+132+176=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84B0 is #157B4F. Grayscale: #A7A7A7. Windows color (decimal): -1407824 or 11568362. OLE color: 11568362.

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

Color convert

RGB 234 132 176 -
CMYK 0 0.44 0.25 0.08
HSL 334.12º 0.71% 0.72% -
HSV(B) 334.12º 0.44% 0.92% -
XYZ 50.02 37.13 45.6 -
YUV 167.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 234 132 176 0 0.44 0.25 0.08 334.12 0.71 0.72
Hex EA 84 B0 0 2C 19 8 14E 47 48
Octal 352 204 260 0 54 31 10 516 107 110
Binary 11101010 10000100 10110000 0 101100 11001 1000 101001110 1000111 1001000

Color Harmonies of #EA84B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84B0

Black with #EA84B0

Text Example


Text Example

White with #EA84B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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