#E082C4

Color #E082C4 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E082C4

Tints of Tea Rose #E082C4

Color information

#E082C4 (or 0xE082C4) is unknown color: approx Tea Rose. HEX triplet: E0, 82 and C4. RGB value is (224,130,196). Sum of RGB (Red+Green+Blue) = 224+130+196=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E082C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082C4 is #1F7D3B. Grayscale: #A5A5A5. Windows color (decimal): -2063676 or 12878560. OLE color: 12878560.

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

Color convert

RGB224130196-
CMYK00.420.120.12
HSL317.87º60.26%69.41%-
HSV(B)317.87º41.96%87.84%-
XYZ48.6935.856.57-
YUV165.63145.14169.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=40.73%
G=23.64%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413019600.420.120.12317.8760.2669.41
HexE082C402ACC13e3c45
Octal340202304052141447674105
Binary1110000010000010110001000101010110011001001111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082C4; }

 p { color: rgb(224,130,196); }

 H1.HeaderClassName
 {
   color: #E082C4;
 }
 .AnyTagClassName
 {
   color: #E082C4;
 }
</style>
background-color css

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

 a { background-color: rgb(224,130,196); }

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

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

 span { border-color: rgb(224,130,196); }

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