Html Css Color HEX #E070E4 Orchid

📋 copy color: '#E070E4'

red 224 ◦ green 112 ◦ blue 228

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

Shades of Orchid #E070E4

Tints of Orchid #E070E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 39.72%
G = 19.86%
B = 40.43%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E070E4 (or 0xE070E4) is known color: Orchid. HEX triplet: E0, 70 and E4. RGB value is (224,112,228). Sum of RGB (Red+Green+Blue) = 224+112+228=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #E070E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070E4 is #1F8F1B. Grayscale: #9E9E9E. Windows color (decimal): -2068252 or 14971104. OLE color: 14971104.

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

Color convert

RGB 224 112 228 -
CMYK 0.02 0.51 0 0.11
HSL 297.93º 0.68% 0.67% -
HSV(B) 297.93º 0.51% 0.89% -
XYZ 50.54 33.04 77.11 -
YUV 158.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 224 112 228 0.02 0.51 0 0.11 297.93 0.68 0.67
Hex E0 70 E4 2 33 0 B 12A 44 43
Octal 340 160 344 2 63 0 13 452 104 103
Binary 11100000 1110000 11100100 10 110011 0 1011 100101010 1000100 1000011

Color Harmonies of #E070E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070E4

Black with #E070E4

Text Example


Text Example

White with #E070E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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