Html Css Color HEX #E98ACF Tea Rose

📋 copy color: '#E98ACF'

red 233 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #E98ACF

Tints of Tea Rose #E98ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 40.31%
G = 23.88%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E98ACF (or 0xE98ACF) is known color: Tea Rose. HEX triplet: E9, 8A and CF. RGB value is (233,138,207). Sum of RGB (Red+Green+Blue) = 233+138+207=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ACF is #167530. Grayscale: #AEAEAE. Windows color (decimal): -1471793 or 13601513. OLE color: 13601513.

HSL color Cylindrical-coordinate representation of color #E98ACF: hue angle of 316.42º 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 #E98ACF is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 138 207 -
CMYK 0 0.41 0.11 0.09
HSL 316.42º 0.68% 0.73% -
HSV(B) 316.42º 0.41% 0.91% -
XYZ 53.96 40.01 63.91 -
YUV 174.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 233 138 207 0 0.41 0.11 0.09 316.42 0.68 0.73
Hex E9 8A CF 0 29 B 9 13C 44 49
Octal 351 212 317 0 51 13 11 474 104 111
Binary 11101001 10001010 11001111 0 101001 1011 1001 100111100 1000100 1001001

Color Harmonies of #E98ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98ACF

Black with #E98ACF

Text Example


Text Example

White with #E98ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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