Html Css Color HEX #E985C3 Tea Rose

📋 copy color: '#E985C3'

red 233 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #E985C3

Tints of Tea Rose #E985C3

RGB

 RED value IS 233 (91.41% from 255) = 41.53%

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

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

R = 41.53%
G = 23.71%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E985C3 (or 0xE985C3) is known color: Tea Rose. HEX triplet: E9, 85 and C3. RGB value is (233,133,195). Sum of RGB (Red+Green+Blue) = 233+133+195=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E985C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985C3 is #167A3C. Grayscale: #A9A9A9. Windows color (decimal): -1473085 or 12813801. OLE color: 12813801.

HSL color Cylindrical-coordinate representation of color #E985C3: hue angle of 322.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985C3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 195 -
CMYK 0 0.43 0.16 0.09
HSL 322.8º 0.69% 0.72% -
HSV(B) 322.8º 0.43% 0.91% -
XYZ 51.84 38.04 56.24 -
YUV 169.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 233 133 195 0 0.43 0.16 0.09 322.8 0.69 0.72
Hex E9 85 C3 0 2B 10 9 143 45 48
Octal 351 205 303 0 53 20 11 503 105 110
Binary 11101001 10000101 11000011 0 101011 10000 1001 101000011 1000101 1001000

Color Harmonies of #E985C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985C3

Black with #E985C3

Text Example


Text Example

White with #E985C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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