Html Css Color HEX #E785CB Tea Rose

📋 copy color: '#E785CB'

red 231 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #E785CB

Tints of Tea Rose #E785CB

RGB

 RED value IS 231 (90.63% from 255) = 40.74%

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

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

R = 40.74%
G = 23.46%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E785CB (or 0xE785CB) is known color: Tea Rose. HEX triplet: E7, 85 and CB. RGB value is (231,133,203). Sum of RGB (Red+Green+Blue) = 231+133+203=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CB is #187A34. Grayscale: #AAAAAA. Windows color (decimal): -1604149 or 13338087. OLE color: 13338087.

HSL color Cylindrical-coordinate representation of color #E785CB: hue angle of 317.14º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785CB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 133 203 -
CMYK 0 0.42 0.12 0.09
HSL 317.14º 0.67% 0.71% -
HSV(B) 317.14º 0.42% 0.91% -
XYZ 52.12 38.08 61.1 -
YUV 170.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 231 133 203 0 0.42 0.12 0.09 317.14 0.67 0.71
Hex E7 85 CB 0 2A C 9 13D 43 47
Octal 347 205 313 0 52 14 11 475 103 107
Binary 11100111 10000101 11001011 0 101010 1100 1001 100111101 1000011 1000111

Color Harmonies of #E785CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E785CB

Black with #E785CB

Text Example


Text Example

White with #E785CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E785CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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