Html Css Color HEX #EA82C5 Tea Rose

📋 copy color: '#EA82C5'

red 234 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #EA82C5

Tints of Tea Rose #EA82C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 41.71%
G = 23.17%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA82C5 (or 0xEA82C5) is known color: Tea Rose. HEX triplet: EA, 82 and C5. RGB value is (234,130,197). Sum of RGB (Red+Green+Blue) = 234+130+197=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82C5 is #157D3A. Grayscale: #A8A8A8. Windows color (decimal): -1408315 or 12944106. OLE color: 12944106.

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

Color convert

RGB 234 130 197 -
CMYK 0 0.44 0.16 0.08
HSL 321.35º 0.71% 0.71% -
HSV(B) 321.35º 0.44% 0.92% -
XYZ 51.99 37.49 57.32 -
YUV 168.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 234 130 197 0 0.44 0.16 0.08 321.35 0.71 0.71
Hex EA 82 C5 0 2C 10 8 141 47 47
Octal 352 202 305 0 54 20 10 501 107 107
Binary 11101010 10000010 11000101 0 101100 10000 1000 101000001 1000111 1000111

Color Harmonies of #EA82C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82C5

Black with #EA82C5

Text Example


Text Example

White with #EA82C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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