Html Css Color HEX #EA82B0 Persian Pink

📋 copy color: '#EA82B0'

red 234 ◦ green 130 ◦ blue 176

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

Shades of Persian Pink #EA82B0

Tints of Persian Pink #EA82B0

RGB

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

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

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

R = 43.33%
G = 24.07%
B = 32.59%

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

#EA82B0 (or 0xEA82B0) is known color: Persian Pink. HEX triplet: EA, 82 and B0. RGB value is (234,130,176). Sum of RGB (Red+Green+Blue) = 234+130+176=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82B0 is #157D4F. Grayscale: #A6A6A6. Windows color (decimal): -1408336 or 11567850. OLE color: 11567850.

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

Color convert

RGB 234 130 176 -
CMYK 0 0.44 0.25 0.08
HSL 333.46º 0.71% 0.71% -
HSV(B) 333.46º 0.44% 0.92% -
XYZ 49.75 36.59 45.52 -
YUV 166.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 234 130 176 0 0.44 0.25 0.08 333.46 0.71 0.71
Hex EA 82 B0 0 2C 19 8 14D 47 47
Octal 352 202 260 0 54 31 10 515 107 107
Binary 11101010 10000010 10110000 0 101100 11001 1000 101001101 1000111 1000111

Color Harmonies of #EA82B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82B0

Black with #EA82B0

Text Example


Text Example

White with #EA82B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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