Html Css Color HEX #E97DCC Tea Rose

📋 copy color: '#E97DCC'

red 233 ◦ green 125 ◦ blue 204

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

Shades of Tea Rose #E97DCC

Tints of Tea Rose #E97DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 41.46%
G = 22.24%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E97DCC (or 0xE97DCC) is known color: Tea Rose. HEX triplet: E9, 7D and CC. RGB value is (233,125,204). Sum of RGB (Red+Green+Blue) = 233+125+204=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DCC is #168233. Grayscale: #A6A6A6. Windows color (decimal): -1475124 or 13401577. OLE color: 13401577.

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

Color convert

RGB 233 125 204 -
CMYK 0 0.46 0.12 0.09
HSL 316.11º 0.71% 0.7% -
HSV(B) 316.11º 0.46% 0.91% -
XYZ 51.84 36.35 61.41 -
YUV 166.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 233 125 204 0 0.46 0.12 0.09 316.11 0.71 0.7
Hex E9 7D CC 0 2E C 9 13C 47 46
Octal 351 175 314 0 56 14 11 474 107 106
Binary 11101001 1111101 11001100 0 101110 1100 1001 100111100 1000111 1000110

Color Harmonies of #E97DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97DCC

Black with #E97DCC

Text Example


Text Example

White with #E97DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97DCC; }

 p { color: rgb(233,125,204); }

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

background-color css

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

 a { background-color: rgb(233,125,204); }

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

border-color css

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

 span { border-color: rgb(233,125,204); }

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