Html Css Color HEX #E185C3 Tea Rose

📋 copy color: '#E185C3'

red 225 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #E185C3

Tints of Tea Rose #E185C3

RGB

 RED value IS 225 (88.28% from 255) = 40.69%

 GREEN value IS 133 (52.34% from 255) = 24.05%

 BLUE value IS 195 (76.56% from 255) = 35.26%

R = 40.69%
G = 24.05%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E185C3 (or 0xE185C3) is known color: Tea Rose. HEX triplet: E1, 85 and C3. RGB value is (225,133,195). Sum of RGB (Red+Green+Blue) = 225+133+195=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E185C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185C3 is #1E7A3C. Grayscale: #A7A7A7. Windows color (decimal): -1997373 or 12813793. OLE color: 12813793.

HSL color Cylindrical-coordinate representation of color #E185C3: hue angle of 319.57º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185C3 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 133 195 -
CMYK 0 0.41 0.13 0.12
HSL 319.57º 0.61% 0.7% -
HSV(B) 319.57º 0.41% 0.88% -
XYZ 49.29 36.72 56.12 -
YUV 167.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 225 133 195 0 0.41 0.13 0.12 319.57 0.61 0.7
Hex E1 85 C3 0 29 D C 140 3D 46
Octal 341 205 303 0 51 15 14 500 75 106
Binary 11100001 10000101 11000011 0 101001 1101 1100 101000000 111101 1000110

Color Harmonies of #E185C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185C3

Black with #E185C3

Text Example


Text Example

White with #E185C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185C3; }

 p { color: rgb(225,133,195); }

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

background-color css

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

 a { background-color: rgb(225,133,195); }

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

border-color css

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

 span { border-color: rgb(225,133,195); }

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