Html Css Color HEX #E985CB Tea Rose

📋 copy color: '#E985CB'

red 233 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #E985CB

Tints of Tea Rose #E985CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 40.95%
G = 23.37%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E985CB (or 0xE985CB) is known color: Tea Rose. HEX triplet: E9, 85 and CB. RGB value is (233,133,203). Sum of RGB (Red+Green+Blue) = 233+133+203=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E985CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985CB is #167A34. Grayscale: #AAAAAA. Windows color (decimal): -1473077 or 13338089. OLE color: 13338089.

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

Color convert

RGB 233 133 203 -
CMYK 0 0.43 0.13 0.09
HSL 318º 0.69% 0.72% -
HSV(B) 318º 0.43% 0.91% -
XYZ 52.77 38.41 61.13 -
YUV 170.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 233 133 203 0 0.43 0.13 0.09 318 0.69 0.72
Hex E9 85 CB 0 2B D 9 13E 45 48
Octal 351 205 313 0 53 15 11 476 105 110
Binary 11101001 10000101 11001011 0 101011 1101 1001 100111110 1000101 1001000

Color Harmonies of #E985CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985CB

Black with #E985CB

Text Example


Text Example

White with #E985CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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