Html Css Color HEX #E782CE Tea Rose

📋 copy color: '#E782CE'

red 231 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #E782CE

Tints of Tea Rose #E782CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.93%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 40.74%
G = 22.93%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E782CE (or 0xE782CE) is known color: Tea Rose. HEX triplet: E7, 82 and CE. RGB value is (231,130,206). Sum of RGB (Red+Green+Blue) = 231+130+206=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CE is #187D31. Grayscale: #A8A8A8. Windows color (decimal): -1604914 or 13533927. OLE color: 13533927.

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

Color convert

RGB 231 130 206 -
CMYK 0 0.44 0.11 0.09
HSL 314.85º 0.68% 0.71% -
HSV(B) 314.85º 0.44% 0.91% -
XYZ 52.08 37.41 62.87 -
YUV 168.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 231 130 206 0 0.44 0.11 0.09 314.85 0.68 0.71
Hex E7 82 CE 0 2C B 9 13B 44 47
Octal 347 202 316 0 54 13 11 473 104 107
Binary 11100111 10000010 11001110 0 101100 1011 1001 100111011 1000100 1000111

Color Harmonies of #E782CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782CE

Black with #E782CE

Text Example


Text Example

White with #E782CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782CE; }

 p { color: rgb(231,130,206); }

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

background-color css

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

 a { background-color: rgb(231,130,206); }

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

border-color css

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

 span { border-color: rgb(231,130,206); }

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