Html Css Color HEX #E782CD Tea Rose

📋 copy color: '#E782CD'

red 231 ◦ green 130 ◦ blue 205

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

Shades of Tea Rose #E782CD

Tints of Tea Rose #E782CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 40.81%
G = 22.97%
B = 36.22%

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

#E782CD (or 0xE782CD) is known color: Tea Rose. HEX triplet: E7, 82 and CD. RGB value is (231,130,205). Sum of RGB (Red+Green+Blue) = 231+130+205=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CD is #187D32. Grayscale: #A8A8A8. Windows color (decimal): -1604915 or 13468391. OLE color: 13468391.

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

Color convert

RGB 231 130 205 -
CMYK 0 0.44 0.11 0.09
HSL 315.45º 0.68% 0.71% -
HSV(B) 315.45º 0.44% 0.91% -
XYZ 51.96 37.36 62.23 -
YUV 168.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 231 130 205 0 0.44 0.11 0.09 315.45 0.68 0.71
Hex E7 82 CD 0 2C B 9 13B 44 47
Octal 347 202 315 0 54 13 11 473 104 107
Binary 11100111 10000010 11001101 0 101100 1011 1001 100111011 1000100 1000111

Color Harmonies of #E782CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782CD

Black with #E782CD

Text Example


Text Example

White with #E782CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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