Html Css Color HEX #E074D1 Orchid

📋 copy color: '#E074D1'

red 224 ◦ green 116 ◦ blue 209

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

Shades of Orchid #E074D1

Tints of Orchid #E074D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 40.8%
G = 21.13%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E074D1 (or 0xE074D1) is known color: Orchid. HEX triplet: E0, 74 and D1. RGB value is (224,116,209). Sum of RGB (Red+Green+Blue) = 224+116+209=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E074D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074D1 is #1F8B2E. Grayscale: #9E9E9E. Windows color (decimal): -2067247 or 13726944. OLE color: 13726944.

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

Color convert

RGB 224 116 209 -
CMYK 0 0.48 0.07 0.12
HSL 308.33º 0.64% 0.67% -
HSV(B) 308.33º 0.48% 0.88% -
XYZ 48.49 32.94 64.12 -
YUV 158.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 224 116 209 0 0.48 0.07 0.12 308.33 0.64 0.67
Hex E0 74 D1 0 30 7 C 134 40 43
Octal 340 164 321 0 60 7 14 464 100 103
Binary 11100000 1110100 11010001 0 110000 111 1100 100110100 1000000 1000011

Color Harmonies of #E074D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074D1

Black with #E074D1

Text Example


Text Example

White with #E074D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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