Html Css Color HEX #E781C6 Tea Rose

📋 copy color: '#E781C6'

red 231 ◦ green 129 ◦ blue 198

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

Shades of Tea Rose #E781C6

Tints of Tea Rose #E781C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.48%

R = 41.4%
G = 23.12%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E781C6 (or 0xE781C6) is known color: Tea Rose. HEX triplet: E7, 81 and C6. RGB value is (231,129,198). Sum of RGB (Red+Green+Blue) = 231+129+198=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E781C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781C6 is #187E39. Grayscale: #A7A7A7. Windows color (decimal): -1605178 or 13009383. OLE color: 13009383.

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

Color convert

RGB 231 129 198 -
CMYK 0 0.44 0.14 0.09
HSL 319.41º 0.68% 0.71% -
HSV(B) 319.41º 0.44% 0.91% -
XYZ 51 36.77 57.83 -
YUV 167.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 231 129 198 0 0.44 0.14 0.09 319.41 0.68 0.71
Hex E7 81 C6 0 2C E 9 13F 44 47
Octal 347 201 306 0 54 16 11 477 104 107
Binary 11100111 10000001 11000110 0 101100 1110 1001 100111111 1000100 1000111

Color Harmonies of #E781C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781C6

Black with #E781C6

Text Example


Text Example

White with #E781C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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