Html Css Color HEX #EA82B6 Persian Pink

📋 copy color: '#EA82B6'

red 234 ◦ green 130 ◦ blue 182

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

Shades of Persian Pink #EA82B6

Tints of Persian Pink #EA82B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.33%

R = 42.86%
G = 23.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA82B6 (or 0xEA82B6) is known color: Persian Pink. HEX triplet: EA, 82 and B6. RGB value is (234,130,182). Sum of RGB (Red+Green+Blue) = 234+130+182=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82B6 is #157D49. Grayscale: #A6A6A6. Windows color (decimal): -1408330 or 11961066. OLE color: 11961066.

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

Color convert

RGB 234 130 182 -
CMYK 0 0.44 0.22 0.08
HSL 330º 0.71% 0.71% -
HSV(B) 330º 0.44% 0.92% -
XYZ 50.36 36.84 48.71 -
YUV 167.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 234 130 182 0 0.44 0.22 0.08 330 0.71 0.71
Hex EA 82 B6 0 2C 16 8 14A 47 47
Octal 352 202 266 0 54 26 10 512 107 107
Binary 11101010 10000010 10110110 0 101100 10110 1000 101001010 1000111 1000111

Color Harmonies of #EA82B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82B6

Black with #EA82B6

Text Example


Text Example

White with #EA82B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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