Html Css Color HEX #EA82B8 Persian Pink

📋 copy color: '#EA82B8'

red 234 ◦ green 130 ◦ blue 184

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

Shades of Persian Pink #EA82B8

Tints of Persian Pink #EA82B8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.72%

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 42.7%
G = 23.72%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA82B8 (or 0xEA82B8) is known color: Persian Pink. HEX triplet: EA, 82 and B8. RGB value is (234,130,184). Sum of RGB (Red+Green+Blue) = 234+130+184=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82B8 is #157D47. Grayscale: #A7A7A7. Windows color (decimal): -1408328 or 12092138. OLE color: 12092138.

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

Color convert

RGB 234 130 184 -
CMYK 0 0.44 0.21 0.08
HSL 328.85º 0.71% 0.71% -
HSV(B) 328.85º 0.44% 0.92% -
XYZ 50.57 36.92 49.81 -
YUV 167.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 234 130 184 0 0.44 0.21 0.08 328.85 0.71 0.71
Hex EA 82 B8 0 2C 15 8 149 47 47
Octal 352 202 270 0 54 25 10 511 107 107
Binary 11101010 10000010 10111000 0 101100 10101 1000 101001001 1000111 1000111

Color Harmonies of #EA82B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82B8

Black with #EA82B8

Text Example


Text Example

White with #EA82B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82B8; }

 p { color: rgb(234,130,184); }

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

background-color css

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

 a { background-color: rgb(234,130,184); }

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

border-color css

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

 span { border-color: rgb(234,130,184); }

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