Html Css Color HEX #E076C7 Orchid

📋 copy color: '#E076C7'

red 224 ◦ green 118 ◦ blue 199

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

Shades of Orchid #E076C7

Tints of Orchid #E076C7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.81%

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 41.4%
G = 21.81%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E076C7 (or 0xE076C7) is known color: Orchid. HEX triplet: E0, 76 and C7. RGB value is (224,118,199). Sum of RGB (Red+Green+Blue) = 224+118+199=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E076C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076C7 is #1F8938. Grayscale: #9E9E9E. Windows color (decimal): -2066745 or 13072096. OLE color: 13072096.

HSL color Cylindrical-coordinate representation of color #E076C7: hue angle of 314.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E076C7 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 199 -
CMYK 0 0.47 0.11 0.12
HSL 314.15º 0.63% 0.67% -
HSV(B) 314.15º 0.47% 0.88% -
XYZ 47.53 32.93 57.88 -
YUV 158.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 224 118 199 0 0.47 0.11 0.12 314.15 0.63 0.67
Hex E0 76 C7 0 2F B C 13A 3F 43
Octal 340 166 307 0 57 13 14 472 77 103
Binary 11100000 1110110 11000111 0 101111 1011 1100 100111010 111111 1000011

Color Harmonies of #E076C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076C7

Black with #E076C7

Text Example


Text Example

White with #E076C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076C7; }

 p { color: rgb(224,118,199); }

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

background-color css

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

 a { background-color: rgb(224,118,199); }

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

border-color css

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

 span { border-color: rgb(224,118,199); }

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