Html Css Color HEX #E885CD Tea Rose

📋 copy color: '#E885CD'

red 232 ◦ green 133 ◦ blue 205

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

Shades of Tea Rose #E885CD

Tints of Tea Rose #E885CD

RGB

 RED value IS 232 (91.02% from 255) = 40.7%

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

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 40.7%
G = 23.33%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E885CD (or 0xE885CD) is known color: Tea Rose. HEX triplet: E8, 85 and CD. RGB value is (232,133,205). Sum of RGB (Red+Green+Blue) = 232+133+205=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E885CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885CD is #177A32. Grayscale: #AAAAAA. Windows color (decimal): -1538611 or 13469160. OLE color: 13469160.

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

Color convert

RGB 232 133 205 -
CMYK 0 0.43 0.12 0.09
HSL 316.36º 0.68% 0.72% -
HSV(B) 316.36º 0.43% 0.91% -
XYZ 52.69 38.34 62.38 -
YUV 170.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 232 133 205 0 0.43 0.12 0.09 316.36 0.68 0.72
Hex E8 85 CD 0 2B C 9 13C 44 48
Octal 350 205 315 0 53 14 11 474 104 110
Binary 11101000 10000101 11001101 0 101011 1100 1001 100111100 1000100 1001000

Color Harmonies of #E885CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885CD

Black with #E885CD

Text Example


Text Example

White with #E885CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885CD; }

 p { color: rgb(232,133,205); }

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

background-color css

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

 a { background-color: rgb(232,133,205); }

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

border-color css

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

 span { border-color: rgb(232,133,205); }

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