Html Css Color HEX #E079E2 Orchid

📋 copy color: '#E079E2'

red 224 ◦ green 121 ◦ blue 226

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

Shades of Orchid #E079E2

Tints of Orchid #E079E2

RGB

 RED value IS 224 (87.89% from 255) = 39.23%

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

 BLUE value IS 226 (88.67% from 255) = 39.58%

R = 39.23%
G = 21.19%
B = 39.58%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E079E2 (or 0xE079E2) is known color: Orchid. HEX triplet: E0, 79 and E2. RGB value is (224,121,226). Sum of RGB (Red+Green+Blue) = 224+121+226=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #E079E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079E2 is #1F861D. Grayscale: #A3A3A3. Windows color (decimal): -2065950 or 14842336. OLE color: 14842336.

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

Color convert

RGB 224 121 226 -
CMYK 0.01 0.46 0 0.11
HSL 298.86º 0.64% 0.68% -
HSV(B) 298.86º 0.46% 0.89% -
XYZ 51.31 35.01 76.01 -
YUV 163.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 224 121 226 0.01 0.46 0 0.11 298.86 0.64 0.68
Hex E0 79 E2 1 2E 0 B 12B 40 44
Octal 340 171 342 1 56 0 13 453 100 104
Binary 11100000 1111001 11100010 1 101110 0 1011 100101011 1000000 1000100

Color Harmonies of #E079E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079E2

Black with #E079E2

Text Example


Text Example

White with #E079E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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