Html Css Color HEX #E073E2 Orchid

📋 copy color: '#E073E2'

red 224 ◦ green 115 ◦ blue 226

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

Shades of Orchid #E073E2

Tints of Orchid #E073E2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.35%

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

R = 39.65%
G = 20.35%
B = 40%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E073E2 (or 0xE073E2) is known color: Orchid. HEX triplet: E0, 73 and E2. RGB value is (224,115,226). Sum of RGB (Red+Green+Blue) = 224+115+226=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #E073E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073E2 is #1F8C1D. Grayscale: #9F9F9F. Windows color (decimal): -2067486 or 14840800. OLE color: 14840800.

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

Color convert

RGB 224 115 226 -
CMYK 0.01 0.49 0 0.11
HSL 298.92º 0.66% 0.67% -
HSV(B) 298.92º 0.49% 0.89% -
XYZ 50.6 33.6 75.77 -
YUV 160.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 224 115 226 0.01 0.49 0 0.11 298.92 0.66 0.67
Hex E0 73 E2 1 31 0 B 12B 42 43
Octal 340 163 342 1 61 0 13 453 102 103
Binary 11100000 1110011 11100010 1 110001 0 1011 100101011 1000010 1000011

Color Harmonies of #E073E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073E2

Black with #E073E2

Text Example


Text Example

White with #E073E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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