Html Css Color HEX #E385C2 Tea Rose

📋 copy color: '#E385C2'

red 227 ◦ green 133 ◦ blue 194

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

Shades of Tea Rose #E385C2

Tints of Tea Rose #E385C2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.01%

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 40.97%
G = 24.01%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E385C2 (or 0xE385C2) is known color: Tea Rose. HEX triplet: E3, 85 and C2. RGB value is (227,133,194). Sum of RGB (Red+Green+Blue) = 227+133+194=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E385C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385C2 is #1C7A3D. Grayscale: #A7A7A7. Windows color (decimal): -1866302 or 12748259. OLE color: 12748259.

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

Color convert

RGB 227 133 194 -
CMYK 0 0.41 0.15 0.11
HSL 321.06º 0.63% 0.71% -
HSV(B) 321.06º 0.41% 0.89% -
XYZ 49.8 37 55.56 -
YUV 168.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 227 133 194 0 0.41 0.15 0.11 321.06 0.63 0.71
Hex E3 85 C2 0 29 F B 141 3F 47
Octal 343 205 302 0 51 17 13 501 77 107
Binary 11100011 10000101 11000010 0 101001 1111 1011 101000001 111111 1000111

Color Harmonies of #E385C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385C2

Black with #E385C2

Text Example


Text Example

White with #E385C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385C2; }

 p { color: rgb(227,133,194); }

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

background-color css

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

 a { background-color: rgb(227,133,194); }

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

border-color css

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

 span { border-color: rgb(227,133,194); }

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