Html Css Color HEX #E782CF Tea Rose

📋 copy color: '#E782CF'

red 231 ◦ green 130 ◦ blue 207

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

Shades of Tea Rose #E782CF

Tints of Tea Rose #E782CF

RGB

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

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

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

R = 40.67%
G = 22.89%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E782CF (or 0xE782CF) is known color: Tea Rose. HEX triplet: E7, 82 and CF. RGB value is (231,130,207). Sum of RGB (Red+Green+Blue) = 231+130+207=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CF is #187D30. Grayscale: #A8A8A8. Windows color (decimal): -1604913 or 13599463. OLE color: 13599463.

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

Color convert

RGB 231 130 207 -
CMYK 0 0.44 0.10 0.09
HSL 314.26º 0.68% 0.71% -
HSV(B) 314.26º 0.44% 0.91% -
XYZ 52.2 37.46 63.51 -
YUV 168.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 231 130 207 0 0.44 0.10 0.09 314.26 0.68 0.71
Hex E7 82 CF 0 2C A 9 13A 44 47
Octal 347 202 317 0 54 12 11 472 104 107
Binary 11100111 10000010 11001111 0 101100 1010 1001 100111010 1000100 1000111

Color Harmonies of #E782CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782CF

Black with #E782CF

Text Example


Text Example

White with #E782CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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