Html Css Color HEX #E074D6 Orchid

📋 copy color: '#E074D6'

red 224 ◦ green 116 ◦ blue 214

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

Shades of Orchid #E074D6

Tints of Orchid #E074D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 40.43%
G = 20.94%
B = 38.63%

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

#E074D6 (or 0xE074D6) is known color: Orchid. HEX triplet: E0, 74 and D6. RGB value is (224,116,214). Sum of RGB (Red+Green+Blue) = 224+116+214=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E074D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074D6 is #1F8B29. Grayscale: #9F9F9F. Windows color (decimal): -2067242 or 14054624. OLE color: 14054624.

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

Color convert

RGB 224 116 214 -
CMYK 0 0.48 0.04 0.12
HSL 305.56º 0.64% 0.67% -
HSV(B) 305.56º 0.48% 0.88% -
XYZ 49.12 33.19 67.44 -
YUV 159.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 224 116 214 0 0.48 0.04 0.12 305.56 0.64 0.67
Hex E0 74 D6 0 30 4 C 132 40 43
Octal 340 164 326 0 60 4 14 462 100 103
Binary 11100000 1110100 11010110 0 110000 100 1100 100110010 1000000 1000011

Color Harmonies of #E074D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074D6

Black with #E074D6

Text Example


Text Example

White with #E074D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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