Html Css Color HEX #E98AC2 Tea Rose

📋 copy color: '#E98AC2'

red 233 ◦ green 138 ◦ blue 194

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

Shades of Tea Rose #E98AC2

Tints of Tea Rose #E98AC2

RGB

 RED value IS 233 (91.41% from 255) = 41.24%

 GREEN value IS 138 (54.3% from 255) = 24.42%

 BLUE value IS 194 (76.17% from 255) = 34.34%

R = 41.24%
G = 24.42%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E98AC2 (or 0xE98AC2) is known color: Tea Rose. HEX triplet: E9, 8A and C2. RGB value is (233,138,194). Sum of RGB (Red+Green+Blue) = 233+138+194=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E98AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98AC2 is #16753D. Grayscale: #ACACAC. Windows color (decimal): -1471806 or 12749545. OLE color: 12749545.

HSL color Cylindrical-coordinate representation of color #E98AC2: hue angle of 324.63º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E98AC2 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 138 194 -
CMYK 0 0.41 0.17 0.09
HSL 324.63º 0.68% 0.73% -
HSV(B) 324.63º 0.41% 0.91% -
XYZ 52.43 39.4 55.88 -
YUV 172.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 233 138 194 0 0.41 0.17 0.09 324.63 0.68 0.73
Hex E9 8A C2 0 29 11 9 145 44 49
Octal 351 212 302 0 51 21 11 505 104 111
Binary 11101001 10001010 11000010 0 101001 10001 1001 101000101 1000100 1001001

Color Harmonies of #E98AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98AC2

Black with #E98AC2

Text Example


Text Example

White with #E98AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98AC2; }

 p { color: rgb(233,138,194); }

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

background-color css

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

 a { background-color: rgb(233,138,194); }

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

border-color css

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

 span { border-color: rgb(233,138,194); }

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