Html Css Color HEX #E071E5 Orchid

📋 copy color: '#E071E5'

red 224 ◦ green 113 ◦ blue 229

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

Shades of Orchid #E071E5

Tints of Orchid #E071E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.46%

R = 39.58%
G = 19.96%
B = 40.46%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E071E5 (or 0xE071E5) is known color: Orchid. HEX triplet: E0, 71 and E5. RGB value is (224,113,229). Sum of RGB (Red+Green+Blue) = 224+113+229=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #E071E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071E5 is #1F8E1A. Grayscale: #9F9F9F. Windows color (decimal): -2067995 or 15036896. OLE color: 15036896.

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

Color convert

RGB 224 113 229 -
CMYK 0.02 0.51 0 0.10
HSL 297.41º 0.69% 0.67% -
HSV(B) 297.41º 0.51% 0.9% -
XYZ 50.79 33.31 77.88 -
YUV 159.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 224 113 229 0.02 0.51 0 0.10 297.41 0.69 0.67
Hex E0 71 E5 2 33 0 A 129 45 43
Octal 340 161 345 2 63 0 12 451 105 103
Binary 11100000 1110001 11100101 10 110011 0 1010 100101001 1000101 1000011

Color Harmonies of #E071E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071E5

Black with #E071E5

Text Example


Text Example

White with #E071E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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