Html Css Color HEX #E786CB Tea Rose

📋 copy color: '#E786CB'

red 231 ◦ green 134 ◦ blue 203

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

Shades of Tea Rose #E786CB

Tints of Tea Rose #E786CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.59%

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

R = 40.67%
G = 23.59%
B = 35.74%

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

#E786CB (or 0xE786CB) is known color: Tea Rose. HEX triplet: E7, 86 and CB. RGB value is (231,134,203). Sum of RGB (Red+Green+Blue) = 231+134+203=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E786CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786CB is #187934. Grayscale: #AAAAAA. Windows color (decimal): -1603893 or 13338343. OLE color: 13338343.

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

Color convert

RGB 231 134 203 -
CMYK 0 0.42 0.12 0.09
HSL 317.32º 0.67% 0.72% -
HSV(B) 317.32º 0.42% 0.91% -
XYZ 52.26 38.35 61.15 -
YUV 170.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 231 134 203 0 0.42 0.12 0.09 317.32 0.67 0.72
Hex E7 86 CB 0 2A C 9 13D 43 48
Octal 347 206 313 0 52 14 11 475 103 110
Binary 11100111 10000110 11001011 0 101010 1100 1001 100111101 1000011 1001000

Color Harmonies of #E786CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E786CB

Black with #E786CB

Text Example


Text Example

White with #E786CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E786CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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