Html Css Color HEX #E071E1 Orchid

📋 copy color: '#E071E1'

red 224 ◦ green 113 ◦ blue 225

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

Shades of Orchid #E071E1

Tints of Orchid #E071E1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.11%

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 39.86%
G = 20.11%
B = 40.04%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E071E1 (or 0xE071E1) is known color: Orchid. HEX triplet: E0, 71 and E1. RGB value is (224,113,225). Sum of RGB (Red+Green+Blue) = 224+113+225=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #E071E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071E1 is #1F8E1E. Grayscale: #9E9E9E. Windows color (decimal): -2067999 or 14774752. OLE color: 14774752.

HSL color Cylindrical-coordinate representation of color #E071E1: hue angle of 299.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071E1 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 225 -
CMYK 0.00 0.50 0 0.12
HSL 299.46º 0.65% 0.66% -
HSV(B) 299.46º 0.5% 0.88% -
XYZ 50.24 33.09 74.97 -
YUV 158.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 224 113 225 0.00 0.50 0 0.12 299.46 0.65 0.66
Hex E0 71 E1 0 32 0 C 12B 41 42
Octal 340 161 341 0 62 0 14 453 101 102
Binary 11100000 1110001 11100001 0 110010 0 1100 100101011 1000001 1000010

Color Harmonies of #E071E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071E1

Black with #E071E1

Text Example


Text Example

White with #E071E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071E1; }

 p { color: rgb(224,113,225); }

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

background-color css

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

 a { background-color: rgb(224,113,225); }

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

border-color css

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

 span { border-color: rgb(224,113,225); }

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