Html Css Color HEX #E076C8 Orchid

📋 copy color: '#E076C8'

red 224 ◦ green 118 ◦ blue 200

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

Shades of Orchid #E076C8

Tints of Orchid #E076C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.9%

R = 41.33%
G = 21.77%
B = 36.9%

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

#E076C8 (or 0xE076C8) is known color: Orchid. HEX triplet: E0, 76 and C8. RGB value is (224,118,200). Sum of RGB (Red+Green+Blue) = 224+118+200=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E076C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076C8 is #1F8937. Grayscale: #9E9E9E. Windows color (decimal): -2066744 or 13137632. OLE color: 13137632.

HSL color Cylindrical-coordinate representation of color #E076C8: hue angle of 313.58º 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 #E076C8 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 200 -
CMYK 0 0.47 0.11 0.12
HSL 313.58º 0.63% 0.67% -
HSV(B) 313.58º 0.47% 0.88% -
XYZ 47.64 32.97 58.5 -
YUV 159.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 224 118 200 0 0.47 0.11 0.12 313.58 0.63 0.67
Hex E0 76 C8 0 2F B C 13A 3F 43
Octal 340 166 310 0 57 13 14 472 77 103
Binary 11100000 1110110 11001000 0 101111 1011 1100 100111010 111111 1000011

Color Harmonies of #E076C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076C8

Black with #E076C8

Text Example


Text Example

White with #E076C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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