Html Css Color HEX #E070E9 Orchid

📋 copy color: '#E070E9'

red 224 ◦ green 112 ◦ blue 233

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

Shades of Orchid #E070E9

Tints of Orchid #E070E9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.68%

 BLUE value IS 233 (91.41% from 255) = 40.95%

R = 39.37%
G = 19.68%
B = 40.95%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E070E9 (or 0xE070E9) is known color: Orchid. HEX triplet: E0, 70 and E9. RGB value is (224,112,233). Sum of RGB (Red+Green+Blue) = 224+112+233=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #E070E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070E9 is #1F8F16. Grayscale: #9E9E9E. Windows color (decimal): -2068247 or 15298784. OLE color: 15298784.

HSL color Cylindrical-coordinate representation of color #E070E9: hue angle of 295.54º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E070E9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 112 233 -
CMYK 0.04 0.52 0 0.09
HSL 295.54º 0.73% 0.68% -
HSV(B) 295.54º 0.52% 0.91% -
XYZ 51.24 33.32 80.82 -
YUV 159.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 224 112 233 0.04 0.52 0 0.09 295.54 0.73 0.68
Hex E0 70 E9 4 34 0 9 128 49 44
Octal 340 160 351 4 64 0 11 450 111 104
Binary 11100000 1110000 11101001 100 110100 0 1001 100101000 1001001 1000100

Color Harmonies of #E070E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070E9

Black with #E070E9

Text Example


Text Example

White with #E070E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070E9; }

 p { color: rgb(224,112,233); }

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

background-color css

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

 a { background-color: rgb(224,112,233); }

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

border-color css

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

 span { border-color: rgb(224,112,233); }

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