Html Css Color HEX #E077E5 Orchid

📋 copy color: '#E077E5'

red 224 ◦ green 119 ◦ blue 229

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

Shades of Orchid #E077E5

Tints of Orchid #E077E5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.8%

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

R = 39.16%
G = 20.8%
B = 40.03%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E077E5 (or 0xE077E5) is known color: Orchid. HEX triplet: E0, 77 and E5. RGB value is (224,119,229). Sum of RGB (Red+Green+Blue) = 224+119+229=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #E077E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077E5 is #1F881A. Grayscale: #A2A2A2. Windows color (decimal): -2066459 or 15038432. OLE color: 15038432.

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

Color convert

RGB 224 119 229 -
CMYK 0.02 0.48 0 0.10
HSL 297.27º 0.68% 0.68% -
HSV(B) 297.27º 0.48% 0.9% -
XYZ 51.48 34.7 78.11 -
YUV 162.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 224 119 229 0.02 0.48 0 0.10 297.27 0.68 0.68
Hex E0 77 E5 2 30 0 A 129 44 44
Octal 340 167 345 2 60 0 12 451 104 104
Binary 11100000 1110111 11100101 10 110000 0 1010 100101001 1000100 1000100

Color Harmonies of #E077E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077E5

Black with #E077E5

Text Example


Text Example

White with #E077E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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