Html Css Color HEX #E182C5 Tea Rose

📋 copy color: '#E182C5'

red 225 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #E182C5

Tints of Tea Rose #E182C5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.55%

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

R = 40.76%
G = 23.55%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E182C5 (or 0xE182C5) is known color: Tea Rose. HEX triplet: E1, 82 and C5. RGB value is (225,130,197). Sum of RGB (Red+Green+Blue) = 225+130+197=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C5 is #1E7D3A. Grayscale: #A5A5A5. Windows color (decimal): -1998139 or 12944097. OLE color: 12944097.

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

Color convert

RGB 225 130 197 -
CMYK 0 0.42 0.12 0.12
HSL 317.68º 0.61% 0.7% -
HSV(B) 317.68º 0.42% 0.88% -
XYZ 49.11 36 57.18 -
YUV 166.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 225 130 197 0 0.42 0.12 0.12 317.68 0.61 0.7
Hex E1 82 C5 0 2A C C 13E 3D 46
Octal 341 202 305 0 52 14 14 476 75 106
Binary 11100001 10000010 11000101 0 101010 1100 1100 100111110 111101 1000110

Color Harmonies of #E182C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182C5

Black with #E182C5

Text Example


Text Example

White with #E182C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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