Html Css Color HEX #E074D8 Orchid

📋 copy color: '#E074D8'

red 224 ◦ green 116 ◦ blue 216

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

Shades of Orchid #E074D8

Tints of Orchid #E074D8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.86%

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 40.29%
G = 20.86%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E074D8 (or 0xE074D8) is known color: Orchid. HEX triplet: E0, 74 and D8. RGB value is (224,116,216). Sum of RGB (Red+Green+Blue) = 224+116+216=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E074D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074D8 is #1F8B27. Grayscale: #9F9F9F. Windows color (decimal): -2067240 or 14185696. OLE color: 14185696.

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

Color convert

RGB 224 116 216 -
CMYK 0 0.48 0.04 0.12
HSL 304.44º 0.64% 0.67% -
HSV(B) 304.44º 0.48% 0.88% -
XYZ 49.38 33.3 68.79 -
YUV 159.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 224 116 216 0 0.48 0.04 0.12 304.44 0.64 0.67
Hex E0 74 D8 0 30 4 C 130 40 43
Octal 340 164 330 0 60 4 14 460 100 103
Binary 11100000 1110100 11011000 0 110000 100 1100 100110000 1000000 1000011

Color Harmonies of #E074D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074D8

Black with #E074D8

Text Example


Text Example

White with #E074D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074D8; }

 p { color: rgb(224,116,216); }

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

background-color css

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

 a { background-color: rgb(224,116,216); }

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

border-color css

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

 span { border-color: rgb(224,116,216); }

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