Html Css Color HEX #EA82AF Persian Pink

📋 copy color: '#EA82AF'

red 234 ◦ green 130 ◦ blue 175

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

Shades of Persian Pink #EA82AF

Tints of Persian Pink #EA82AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 43.41%
G = 24.12%
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

#EA82AF (or 0xEA82AF) is known color: Persian Pink. HEX triplet: EA, 82 and AF. RGB value is (234,130,175). Sum of RGB (Red+Green+Blue) = 234+130+175=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82AF is #157D50. Grayscale: #A6A6A6. Windows color (decimal): -1408337 or 11502314. OLE color: 11502314.

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

Color convert

RGB 234 130 175 -
CMYK 0 0.44 0.25 0.08
HSL 334.04º 0.71% 0.71% -
HSV(B) 334.04º 0.44% 0.92% -
XYZ 49.65 36.55 45 -
YUV 166.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 234 130 175 0 0.44 0.25 0.08 334.04 0.71 0.71
Hex EA 82 AF 0 2C 19 8 14E 47 47
Octal 352 202 257 0 54 31 10 516 107 107
Binary 11101010 10000010 10101111 0 101100 11001 1000 101001110 1000111 1000111

Color Harmonies of #EA82AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82AF

Black with #EA82AF

Text Example


Text Example

White with #EA82AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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