Html Css Color HEX #E082C5 Tea Rose

📋 copy color: '#E082C5'

red 224 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #E082C5

Tints of Tea Rose #E082C5

RGB

 RED value IS 224 (87.89% from 255) = 40.65%

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

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

R = 40.65%
G = 23.59%
B = 35.75%

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

#E082C5 (or 0xE082C5) is known color: Tea Rose. HEX triplet: E0, 82 and C5. RGB value is (224,130,197). Sum of RGB (Red+Green+Blue) = 224+130+197=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E082C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082C5 is #1F7D3A. Grayscale: #A5A5A5. Windows color (decimal): -2063675 or 12944096. OLE color: 12944096.

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

Color convert

RGB 224 130 197 -
CMYK 0 0.42 0.12 0.12
HSL 317.23º 0.6% 0.69% -
HSV(B) 317.23º 0.42% 0.88% -
XYZ 48.8 35.84 57.17 -
YUV 165.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 224 130 197 0 0.42 0.12 0.12 317.23 0.6 0.69
Hex E0 82 C5 0 2A C C 13D 3C 45
Octal 340 202 305 0 52 14 14 475 74 105
Binary 11100000 10000010 11000101 0 101010 1100 1100 100111101 111100 1000101

Color Harmonies of #E082C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082C5

Black with #E082C5

Text Example


Text Example

White with #E082C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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