Html Css Color HEX #E97FC4 Tea Rose

📋 copy color: '#E97FC4'

red 233 ◦ green 127 ◦ blue 196

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

Shades of Tea Rose #E97FC4

Tints of Tea Rose #E97FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.25%

R = 41.91%
G = 22.84%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E97FC4 (or 0xE97FC4) is known color: Tea Rose. HEX triplet: E9, 7F and C4. RGB value is (233,127,196). Sum of RGB (Red+Green+Blue) = 233+127+196=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC4 is #16803B. Grayscale: #A6A6A6. Windows color (decimal): -1474620 or 12877801. OLE color: 12877801.

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

Color convert

RGB 233 127 196 -
CMYK 0 0.45 0.16 0.09
HSL 320.94º 0.71% 0.71% -
HSV(B) 320.94º 0.45% 0.91% -
XYZ 51.16 36.49 56.57 -
YUV 166.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 233 127 196 0 0.45 0.16 0.09 320.94 0.71 0.71
Hex E9 7F C4 0 2D 10 9 141 47 47
Octal 351 177 304 0 55 20 11 501 107 107
Binary 11101001 1111111 11000100 0 101101 10000 1001 101000001 1000111 1000111

Color Harmonies of #E97FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FC4

Black with #E97FC4

Text Example


Text Example

White with #E97FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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