Html Css Color HEX #E985CF Tea Rose

📋 copy color: '#E985CF'

red 233 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #E985CF

Tints of Tea Rose #E985CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 40.66%
G = 23.21%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E985CF (or 0xE985CF) is known color: Tea Rose. HEX triplet: E9, 85 and CF. RGB value is (233,133,207). Sum of RGB (Red+Green+Blue) = 233+133+207=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E985CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985CF is #167A30. Grayscale: #ABABAB. Windows color (decimal): -1473073 or 13600233. OLE color: 13600233.

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

Color convert

RGB 233 133 207 -
CMYK 0 0.43 0.11 0.09
HSL 315.6º 0.69% 0.72% -
HSV(B) 315.6º 0.43% 0.91% -
XYZ 53.25 38.6 63.68 -
YUV 171.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 233 133 207 0 0.43 0.11 0.09 315.6 0.69 0.72
Hex E9 85 CF 0 2B B 9 13C 45 48
Octal 351 205 317 0 53 13 11 474 105 110
Binary 11101001 10000101 11001111 0 101011 1011 1001 100111100 1000101 1001000

Color Harmonies of #E985CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985CF

Black with #E985CF

Text Example


Text Example

White with #E985CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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