Html Css Color HEX #E182C8 Tea Rose

📋 copy color: '#E182C8'

red 225 ◦ green 130 ◦ blue 200

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

Shades of Tea Rose #E182C8

Tints of Tea Rose #E182C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.04%

R = 40.54%
G = 23.42%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E182C8 (or 0xE182C8) is known color: Tea Rose. HEX triplet: E1, 82 and C8. RGB value is (225,130,200). Sum of RGB (Red+Green+Blue) = 225+130+200=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C8 is #1E7D37. Grayscale: #A6A6A6. Windows color (decimal): -1998136 or 13140705. OLE color: 13140705.

HSL color Cylindrical-coordinate representation of color #E182C8: hue angle of 315.79º 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 #E182C8 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 200 -
CMYK 0 0.42 0.11 0.12
HSL 315.79º 0.61% 0.7% -
HSV(B) 315.79º 0.42% 0.88% -
XYZ 49.46 36.14 59.01 -
YUV 166.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 225 130 200 0 0.42 0.11 0.12 315.79 0.61 0.7
Hex E1 82 C8 0 2A B C 13C 3D 46
Octal 341 202 310 0 52 13 14 474 75 106
Binary 11100001 10000010 11001000 0 101010 1011 1100 100111100 111101 1000110

Color Harmonies of #E182C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182C8

Black with #E182C8

Text Example


Text Example

White with #E182C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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