Html Css Color HEX #E076DA Orchid

📋 copy color: '#E076DA'

red 224 ◦ green 118 ◦ blue 218

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

Shades of Orchid #E076DA

Tints of Orchid #E076DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 40%
G = 21.07%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E076DA (or 0xE076DA) is known color: Orchid. HEX triplet: E0, 76 and DA. RGB value is (224,118,218). Sum of RGB (Red+Green+Blue) = 224+118+218=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E076DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076DA is #1F8925. Grayscale: #A0A0A0. Windows color (decimal): -2066726 or 14317280. OLE color: 14317280.

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

Color convert

RGB 224 118 218 -
CMYK 0 0.47 0.03 0.12
HSL 303.4º 0.63% 0.67% -
HSV(B) 303.4º 0.47% 0.88% -
XYZ 49.87 33.87 70.24 -
YUV 161.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 224 118 218 0 0.47 0.03 0.12 303.4 0.63 0.67
Hex E0 76 DA 0 2F 3 C 12F 3F 43
Octal 340 166 332 0 57 3 14 457 77 103
Binary 11100000 1110110 11011010 0 101111 11 1100 100101111 111111 1000011

Color Harmonies of #E076DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076DA

Black with #E076DA

Text Example


Text Example

White with #E076DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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