Html Css Color HEX #E782C1 Tea Rose

📋 copy color: '#E782C1'

red 231 ◦ green 130 ◦ blue 193

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

Shades of Tea Rose #E782C1

Tints of Tea Rose #E782C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.84%

R = 41.7%
G = 23.47%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E782C1 (or 0xE782C1) is known color: Tea Rose. HEX triplet: E7, 82 and C1. RGB value is (231,130,193). Sum of RGB (Red+Green+Blue) = 231+130+193=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E782C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782C1 is #187D3E. Grayscale: #A7A7A7. Windows color (decimal): -1604927 or 12681959. OLE color: 12681959.

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

Color convert

RGB 231 130 193 -
CMYK 0 0.44 0.16 0.09
HSL 322.57º 0.68% 0.71% -
HSV(B) 322.57º 0.44% 0.91% -
XYZ 50.56 36.8 54.89 -
YUV 167.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 231 130 193 0 0.44 0.16 0.09 322.57 0.68 0.71
Hex E7 82 C1 0 2C 10 9 143 44 47
Octal 347 202 301 0 54 20 11 503 104 107
Binary 11100111 10000010 11000001 0 101100 10000 1001 101000011 1000100 1000111

Color Harmonies of #E782C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782C1

Black with #E782C1

Text Example


Text Example

White with #E782C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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