Html Css Color HEX #EA82C3 Tea Rose

📋 copy color: '#EA82C3'

red 234 ◦ green 130 ◦ blue 195

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

Shades of Tea Rose #EA82C3

Tints of Tea Rose #EA82C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 41.86%
G = 23.26%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA82C3 (or 0xEA82C3) is known color: Tea Rose. HEX triplet: EA, 82 and C3. RGB value is (234,130,195). Sum of RGB (Red+Green+Blue) = 234+130+195=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82C3 is #157D3C. Grayscale: #A8A8A8. Windows color (decimal): -1408317 or 12813034. OLE color: 12813034.

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

Color convert

RGB 234 130 195 -
CMYK 0 0.44 0.17 0.08
HSL 322.5º 0.71% 0.71% -
HSV(B) 322.5º 0.44% 0.92% -
XYZ 51.76 37.4 56.12 -
YUV 168.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 234 130 195 0 0.44 0.17 0.08 322.5 0.71 0.71
Hex EA 82 C3 0 2C 11 8 142 47 47
Octal 352 202 303 0 54 21 10 502 107 107
Binary 11101010 10000010 11000011 0 101100 10001 1000 101000010 1000111 1000111

Color Harmonies of #EA82C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82C3

Black with #EA82C3

Text Example


Text Example

White with #EA82C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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