Html Css Color HEX #EA82C6 Tea Rose

📋 copy color: '#EA82C6'

red 234 ◦ green 130 ◦ blue 198

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

Shades of Tea Rose #EA82C6

Tints of Tea Rose #EA82C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 41.64%
G = 23.13%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA82C6 (or 0xEA82C6) is known color: Tea Rose. HEX triplet: EA, 82 and C6. RGB value is (234,130,198). Sum of RGB (Red+Green+Blue) = 234+130+198=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82C6 is #157D39. Grayscale: #A8A8A8. Windows color (decimal): -1408314 or 13009642. OLE color: 13009642.

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

Color convert

RGB 234 130 198 -
CMYK 0 0.44 0.15 0.08
HSL 320.77º 0.71% 0.71% -
HSV(B) 320.77º 0.44% 0.92% -
XYZ 52.11 37.53 57.92 -
YUV 168.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 234 130 198 0 0.44 0.15 0.08 320.77 0.71 0.71
Hex EA 82 C6 0 2C F 8 141 47 47
Octal 352 202 306 0 54 17 10 501 107 107
Binary 11101010 10000010 11000110 0 101100 1111 1000 101000001 1000111 1000111

Color Harmonies of #EA82C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82C6

Black with #EA82C6

Text Example


Text Example

White with #EA82C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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