Html Css Color HEX #E97FCF Tea Rose

📋 copy color: '#E97FCF'

red 233 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #E97FCF

Tints of Tea Rose #E97FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

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

R = 41.09%
G = 22.4%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E97FCF (or 0xE97FCF) is known color: Tea Rose. HEX triplet: E9, 7F and CF. RGB value is (233,127,207). Sum of RGB (Red+Green+Blue) = 233+127+207=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FCF is #168030. Grayscale: #A7A7A7. Windows color (decimal): -1474609 or 13598697. OLE color: 13598697.

HSL color Cylindrical-coordinate representation of color #E97FCF: hue angle of 314.72º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FCF is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 127 207 -
CMYK 0 0.45 0.11 0.09
HSL 314.72º 0.71% 0.71% -
HSV(B) 314.72º 0.45% 0.91% -
XYZ 52.46 37.01 63.41 -
YUV 167.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 233 127 207 0 0.45 0.11 0.09 314.72 0.71 0.71
Hex E9 7F CF 0 2D B 9 13B 47 47
Octal 351 177 317 0 55 13 11 473 107 107
Binary 11101001 1111111 11001111 0 101101 1011 1001 100111011 1000111 1000111

Color Harmonies of #E97FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FCF

Black with #E97FCF

Text Example


Text Example

White with #E97FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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