Html Css Color HEX #E97DCB Tea Rose

📋 copy color: '#E97DCB'

red 233 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #E97DCB

Tints of Tea Rose #E97DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 41.53%
G = 22.28%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E97DCB (or 0xE97DCB) is known color: Tea Rose. HEX triplet: E9, 7D and CB. RGB value is (233,125,203). Sum of RGB (Red+Green+Blue) = 233+125+203=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DCB is #168234. Grayscale: #A5A5A5. Windows color (decimal): -1475125 or 13336041. OLE color: 13336041.

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

Color convert

RGB 233 125 203 -
CMYK 0 0.46 0.13 0.09
HSL 316.67º 0.71% 0.7% -
HSV(B) 316.67º 0.46% 0.91% -
XYZ 51.72 36.3 60.78 -
YUV 166.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 233 125 203 0 0.46 0.13 0.09 316.67 0.71 0.7
Hex E9 7D CB 0 2E D 9 13D 47 46
Octal 351 175 313 0 56 15 11 475 107 106
Binary 11101001 1111101 11001011 0 101110 1101 1001 100111101 1000111 1000110

Color Harmonies of #E97DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97DCB

Black with #E97DCB

Text Example


Text Example

White with #E97DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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