Html Css Color HEX #E182C2 Tea Rose

📋 copy color: '#E182C2'

red 225 ◦ green 130 ◦ blue 194

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

Shades of Tea Rose #E182C2

Tints of Tea Rose #E182C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 40.98%
G = 23.68%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E182C2 (or 0xE182C2) is known color: Tea Rose. HEX triplet: E1, 82 and C2. RGB value is (225,130,194). Sum of RGB (Red+Green+Blue) = 225+130+194=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C2 is #1E7D3D. Grayscale: #A5A5A5. Windows color (decimal): -1998142 or 12747489. OLE color: 12747489.

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

Color convert

RGB 225 130 194 -
CMYK 0 0.42 0.14 0.12
HSL 319.58º 0.61% 0.7% -
HSV(B) 319.58º 0.42% 0.88% -
XYZ 48.77 35.87 55.39 -
YUV 165.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 225 130 194 0 0.42 0.14 0.12 319.58 0.61 0.7
Hex E1 82 C2 0 2A E C 140 3D 46
Octal 341 202 302 0 52 16 14 500 75 106
Binary 11100001 10000010 11000010 0 101010 1110 1100 101000000 111101 1000110

Color Harmonies of #E182C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182C2

Black with #E182C2

Text Example


Text Example

White with #E182C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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