Html Css Color HEX #E781CD Tea Rose

📋 copy color: '#E781CD'

red 231 ◦ green 129 ◦ blue 205

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

Shades of Tea Rose #E781CD

Tints of Tea Rose #E781CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.83%

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

R = 40.88%
G = 22.83%
B = 36.28%

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

#E781CD (or 0xE781CD) is known color: Tea Rose. HEX triplet: E7, 81 and CD. RGB value is (231,129,205). Sum of RGB (Red+Green+Blue) = 231+129+205=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E781CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781CD is #187E32. Grayscale: #A7A7A7. Windows color (decimal): -1605171 or 13468135. OLE color: 13468135.

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

Color convert

RGB 231 129 205 -
CMYK 0 0.44 0.11 0.09
HSL 315.29º 0.68% 0.71% -
HSV(B) 315.29º 0.44% 0.91% -
XYZ 51.82 37.1 62.19 -
YUV 168.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 231 129 205 0 0.44 0.11 0.09 315.29 0.68 0.71
Hex E7 81 CD 0 2C B 9 13B 44 47
Octal 347 201 315 0 54 13 11 473 104 107
Binary 11100111 10000001 11001101 0 101100 1011 1001 100111011 1000100 1000111

Color Harmonies of #E781CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781CD

Black with #E781CD

Text Example


Text Example

White with #E781CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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