Html Css Color HEX #E382C5 Tea Rose

📋 copy color: '#E382C5'

red 227 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #E382C5

Tints of Tea Rose #E382C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.56%

R = 40.97%
G = 23.47%
B = 35.56%

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

#E382C5 (or 0xE382C5) is known color: Tea Rose. HEX triplet: E3, 82 and C5. RGB value is (227,130,197). Sum of RGB (Red+Green+Blue) = 227+130+197=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E382C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382C5 is #1C7D3A. Grayscale: #A6A6A6. Windows color (decimal): -1867067 or 12944099. OLE color: 12944099.

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

Color convert

RGB 227 130 197 -
CMYK 0 0.43 0.13 0.11
HSL 318.56º 0.63% 0.7% -
HSV(B) 318.56º 0.43% 0.89% -
XYZ 49.74 36.33 57.21 -
YUV 166.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 227 130 197 0 0.43 0.13 0.11 318.56 0.63 0.7
Hex E3 82 C5 0 2B D B 13F 3F 46
Octal 343 202 305 0 53 15 13 477 77 106
Binary 11100011 10000010 11000101 0 101011 1101 1011 100111111 111111 1000110

Color Harmonies of #E382C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382C5

Black with #E382C5

Text Example


Text Example

White with #E382C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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