Html Css Color HEX #E382C6 Tea Rose

📋 copy color: '#E382C6'

red 227 ◦ green 130 ◦ blue 198

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

Shades of Tea Rose #E382C6

Tints of Tea Rose #E382C6

RGB

 RED value IS 227 (89.06% from 255) = 40.9%

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

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

R = 40.9%
G = 23.42%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E382C6 (or 0xE382C6) is known color: Tea Rose. HEX triplet: E3, 82 and C6. RGB value is (227,130,198). Sum of RGB (Red+Green+Blue) = 227+130+198=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E382C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382C6 is #1C7D39. Grayscale: #A6A6A6. Windows color (decimal): -1867066 or 13009635. OLE color: 13009635.

HSL color Cylindrical-coordinate representation of color #E382C6: hue angle of 317.94º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382C6 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 130 198 -
CMYK 0 0.43 0.13 0.11
HSL 317.94º 0.63% 0.7% -
HSV(B) 317.94º 0.43% 0.89% -
XYZ 49.85 36.37 57.82 -
YUV 166.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 227 130 198 0 0.43 0.13 0.11 317.94 0.63 0.7
Hex E3 82 C6 0 2B D B 13E 3F 46
Octal 343 202 306 0 53 15 13 476 77 106
Binary 11100011 10000010 11000110 0 101011 1101 1011 100111110 111111 1000110

Color Harmonies of #E382C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382C6

Black with #E382C6

Text Example


Text Example

White with #E382C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382C6; }

 p { color: rgb(227,130,198); }

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

background-color css

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

 a { background-color: rgb(227,130,198); }

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

border-color css

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

 span { border-color: rgb(227,130,198); }

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