Html Css Color HEX #E073E6 Orchid

📋 copy color: '#E073E6'

red 224 ◦ green 115 ◦ blue 230

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

Shades of Orchid #E073E6

Tints of Orchid #E073E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 39.37%
G = 20.21%
B = 40.42%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E073E6 (or 0xE073E6) is known color: Orchid. HEX triplet: E0, 73 and E6. RGB value is (224,115,230). Sum of RGB (Red+Green+Blue) = 224+115+230=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #E073E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E073E6 is #1F8C19. Grayscale: #A0A0A0. Windows color (decimal): -2067482 or 15102944. OLE color: 15102944.

HSL color Cylindrical-coordinate representation of color #E073E6: hue angle of 296.87º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E073E6 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 115 230 -
CMYK 0.03 0.5 0 0.10
HSL 296.87º 0.7% 0.68% -
HSV(B) 296.87º 0.5% 0.9% -
XYZ 51.15 33.82 78.7 -
YUV 160.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 224 115 230 0.03 0.5 0 0.10 296.87 0.7 0.68
Hex E0 73 E6 3 32 0 A 129 46 44
Octal 340 163 346 3 62 0 12 451 106 104
Binary 11100000 1110011 11100110 11 110010 0 1010 100101001 1000110 1000100

Color Harmonies of #E073E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073E6

Black with #E073E6

Text Example


Text Example

White with #E073E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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