Html Css Color HEX #E482CA Tea Rose

📋 copy color: '#E482CA'

red 228 ◦ green 130 ◦ blue 202

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

Shades of Tea Rose #E482CA

Tints of Tea Rose #E482CA

RGB

 RED value IS 228 (89.45% from 255) = 40.71%

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 40.71%
G = 23.21%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E482CA (or 0xE482CA) is known color: Tea Rose. HEX triplet: E4, 82 and CA. RGB value is (228,130,202). Sum of RGB (Red+Green+Blue) = 228+130+202=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E482CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482CA is #1B7D35. Grayscale: #A7A7A7. Windows color (decimal): -1801526 or 13271780. OLE color: 13271780.

HSL color Cylindrical-coordinate representation of color #E482CA: hue angle of 315.92º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482CA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 202 -
CMYK 0 0.43 0.11 0.11
HSL 315.92º 0.64% 0.7% -
HSV(B) 315.92º 0.43% 0.89% -
XYZ 50.64 36.72 60.3 -
YUV 167.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 228 130 202 0 0.43 0.11 0.11 315.92 0.64 0.7
Hex E4 82 CA 0 2B B B 13C 40 46
Octal 344 202 312 0 53 13 13 474 100 106
Binary 11100100 10000010 11001010 0 101011 1011 1011 100111100 1000000 1000110

Color Harmonies of #E482CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482CA

Black with #E482CA

Text Example


Text Example

White with #E482CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482CA; }

 p { color: rgb(228,130,202); }

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

background-color css

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

 a { background-color: rgb(228,130,202); }

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

border-color css

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

 span { border-color: rgb(228,130,202); }

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