Html Css Color HEX #EA82C0 Persian Pink

📋 copy color: '#EA82C0'

red 234 ◦ green 130 ◦ blue 192

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

Shades of Persian Pink #EA82C0

Tints of Persian Pink #EA82C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 42.09%
G = 23.38%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA82C0 (or 0xEA82C0) is known color: Persian Pink. HEX triplet: EA, 82 and C0. RGB value is (234,130,192). Sum of RGB (Red+Green+Blue) = 234+130+192=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82C0 is #157D3F. Grayscale: #A8A8A8. Windows color (decimal): -1408320 or 12616426. OLE color: 12616426.

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

Color convert

RGB 234 130 192 -
CMYK 0 0.44 0.18 0.08
HSL 324.23º 0.71% 0.71% -
HSV(B) 324.23º 0.44% 0.92% -
XYZ 51.43 37.26 54.35 -
YUV 168.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 234 130 192 0 0.44 0.18 0.08 324.23 0.71 0.71
Hex EA 82 C0 0 2C 12 8 144 47 47
Octal 352 202 300 0 54 22 10 504 107 107
Binary 11101010 10000010 11000000 0 101100 10010 1000 101000100 1000111 1000111

Color Harmonies of #EA82C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82C0

Black with #EA82C0

Text Example


Text Example

White with #EA82C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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