Html Css Color HEX #E180C5 Tea Rose

📋 copy color: '#E180C5'

red 225 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #E180C5

Tints of Tea Rose #E180C5

RGB

 RED value IS 225 (88.28% from 255) = 40.91%

 GREEN value IS 128 (50.39% from 255) = 23.27%

 BLUE value IS 197 (77.34% from 255) = 35.82%

R = 40.91%
G = 23.27%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E180C5 (or 0xE180C5) is known color: Tea Rose. HEX triplet: E1, 80 and C5. RGB value is (225,128,197). Sum of RGB (Red+Green+Blue) = 225+128+197=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C5 is #1E7F3A. Grayscale: #A4A4A4. Windows color (decimal): -1998651 or 12943585. OLE color: 12943585.

HSL color Cylindrical-coordinate representation of color #E180C5: hue angle of 317.32º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180C5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 197 -
CMYK 0 0.43 0.12 0.12
HSL 317.32º 0.62% 0.69% -
HSV(B) 317.32º 0.43% 0.88% -
XYZ 48.85 35.48 57.1 -
YUV 164.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 225 128 197 0 0.43 0.12 0.12 317.32 0.62 0.69
Hex E1 80 C5 0 2B C C 13D 3E 45
Octal 341 200 305 0 53 14 14 475 76 105
Binary 11100001 10000000 11000101 0 101011 1100 1100 100111101 111110 1000101

Color Harmonies of #E180C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180C5

Black with #E180C5

Text Example


Text Example

White with #E180C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180C5; }

 p { color: rgb(225,128,197); }

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

background-color css

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

 a { background-color: rgb(225,128,197); }

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

border-color css

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

 span { border-color: rgb(225,128,197); }

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