Html Css Color HEX #E985C2 Tea Rose

📋 copy color: '#E985C2'

red 233 ◦ green 133 ◦ blue 194

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

Shades of Tea Rose #E985C2

Tints of Tea Rose #E985C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 41.61%
G = 23.75%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E985C2 (or 0xE985C2) is known color: Tea Rose. HEX triplet: E9, 85 and C2. RGB value is (233,133,194). Sum of RGB (Red+Green+Blue) = 233+133+194=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E985C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985C2 is #167A3D. Grayscale: #A9A9A9. Windows color (decimal): -1473086 or 12748265. OLE color: 12748265.

HSL color Cylindrical-coordinate representation of color #E985C2: hue angle of 323.4º 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 #E985C2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 194 -
CMYK 0 0.43 0.17 0.09
HSL 323.4º 0.69% 0.72% -
HSV(B) 323.4º 0.43% 0.91% -
XYZ 51.73 37.99 55.65 -
YUV 169.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 233 133 194 0 0.43 0.17 0.09 323.4 0.69 0.72
Hex E9 85 C2 0 2B 11 9 143 45 48
Octal 351 205 302 0 53 21 11 503 105 110
Binary 11101001 10000101 11000010 0 101011 10001 1001 101000011 1000101 1001000

Color Harmonies of #E985C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985C2

Black with #E985C2

Text Example


Text Example

White with #E985C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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