Html Css Color HEX #E082C4 Tea Rose

📋 copy color: '#E082C4'

red 224 ◦ green 130 ◦ blue 196

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

Shades of Tea Rose #E082C4

Tints of Tea Rose #E082C4

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 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

#E082C4 (or 0xE082C4) is known color: 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

RGB 224 130 196 -
CMYK 0 0.42 0.12 0.12
HSL 317.87º 0.6% 0.69% -
HSV(B) 317.87º 0.42% 0.88% -
XYZ 48.69 35.8 56.57 -
YUV 165.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 224 130 196 0 0.42 0.12 0.12 317.87 0.6 0.69
Hex E0 82 C4 0 2A C C 13E 3C 45
Octal 340 202 304 0 52 14 14 476 74 105
Binary 11100000 10000010 11000100 0 101010 1100 1100 100111110 111100 1000101

Color Harmonies of #E082C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082C4

Black with #E082C4

Text Example


Text Example

White with #E082C4

Text Example


Text Example

HTML Codes & Css Web 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>