Html Css Color HEX #E786CF Tea Rose

📋 copy color: '#E786CF'

red 231 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #E786CF

Tints of Tea Rose #E786CF

RGB

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

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

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

R = 40.38%
G = 23.43%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E786CF (or 0xE786CF) is known color: Tea Rose. HEX triplet: E7, 86 and CF. RGB value is (231,134,207). Sum of RGB (Red+Green+Blue) = 231+134+207=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E786CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786CF is #187930. Grayscale: #ABABAB. Windows color (decimal): -1603889 or 13600487. OLE color: 13600487.

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

Color convert

RGB 231 134 207 -
CMYK 0 0.42 0.10 0.09
HSL 314.85º 0.67% 0.72% -
HSV(B) 314.85º 0.42% 0.91% -
XYZ 52.74 38.54 63.69 -
YUV 171.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 231 134 207 0 0.42 0.10 0.09 314.85 0.67 0.72
Hex E7 86 CF 0 2A A 9 13B 43 48
Octal 347 206 317 0 52 12 11 473 103 110
Binary 11100111 10000110 11001111 0 101010 1010 1001 100111011 1000011 1001000

Color Harmonies of #E786CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E786CF

Black with #E786CF

Text Example


Text Example

White with #E786CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E786CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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