Html Css Color HEX #E57DCA Tea Rose

📋 copy color: '#E57DCA'

red 229 ◦ green 125 ◦ blue 202

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

Shades of Tea Rose #E57DCA

Tints of Tea Rose #E57DCA

RGB

 RED value IS 229 (89.84% from 255) = 41.19%

 GREEN value IS 125 (49.22% from 255) = 22.48%

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

R = 41.19%
G = 22.48%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E57DCA (or 0xE57DCA) is known color: Tea Rose. HEX triplet: E5, 7D and CA. RGB value is (229,125,202). Sum of RGB (Red+Green+Blue) = 229+125+202=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DCA is #1A8235. Grayscale: #A4A4A4. Windows color (decimal): -1737270 or 13270501. OLE color: 13270501.

HSL color Cylindrical-coordinate representation of color #E57DCA: hue angle of 315.58º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DCA is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 125 202 -
CMYK 0 0.45 0.12 0.10
HSL 315.58º 0.67% 0.69% -
HSV(B) 315.58º 0.45% 0.9% -
XYZ 50.31 35.59 60.1 -
YUV 164.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 229 125 202 0 0.45 0.12 0.10 315.58 0.67 0.69
Hex E5 7D CA 0 2D C A 13C 43 45
Octal 345 175 312 0 55 14 12 474 103 105
Binary 11100101 1111101 11001010 0 101101 1100 1010 100111100 1000011 1000101

Color Harmonies of #E57DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DCA

Black with #E57DCA

Text Example


Text Example

White with #E57DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DCA; }

 p { color: rgb(229,125,202); }

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

background-color css

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

 a { background-color: rgb(229,125,202); }

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

border-color css

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

 span { border-color: rgb(229,125,202); }

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