Html Css Color HEX #E379E0 Orchid

📋 copy color: '#E379E0'

red 227 ◦ green 121 ◦ blue 224

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

Shades of Orchid #E379E0

Tints of Orchid #E379E0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.15%

 BLUE value IS 224 (87.89% from 255) = 39.16%

R = 39.69%
G = 21.15%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E379E0 (or 0xE379E0) is known color: Orchid. HEX triplet: E3, 79 and E0. RGB value is (227,121,224). Sum of RGB (Red+Green+Blue) = 227+121+224=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E379E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379E0 is #1C861F. Grayscale: #A4A4A4. Windows color (decimal): -1869344 or 14711267. OLE color: 14711267.

HSL color Cylindrical-coordinate representation of color #E379E0: hue angle of 301.7º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379E0 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 121 224 -
CMYK 0 0.47 0.01 0.11
HSL 301.7º 0.65% 0.68% -
HSV(B) 301.7º 0.47% 0.89% -
XYZ 51.97 35.39 74.61 -
YUV 164.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 227 121 224 0 0.47 0.01 0.11 301.7 0.65 0.68
Hex E3 79 E0 0 2F 1 B 12E 41 44
Octal 343 171 340 0 57 1 13 456 101 104
Binary 11100011 1111001 11100000 0 101111 1 1011 100101110 1000001 1000100

Color Harmonies of #E379E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379E0

Black with #E379E0

Text Example


Text Example

White with #E379E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379E0; }

 p { color: rgb(227,121,224); }

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

background-color css

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

 a { background-color: rgb(227,121,224); }

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

border-color css

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

 span { border-color: rgb(227,121,224); }

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