Html Css Color HEX #E074C9 Orchid

📋 copy color: '#E074C9'

red 224 ◦ green 116 ◦ blue 201

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

Shades of Orchid #E074C9

Tints of Orchid #E074C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.15%

R = 41.4%
G = 21.44%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E074C9 (or 0xE074C9) is known color: Orchid. HEX triplet: E0, 74 and C9. RGB value is (224,116,201). Sum of RGB (Red+Green+Blue) = 224+116+201=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E074C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074C9 is #1F8B36. Grayscale: #9D9D9D. Windows color (decimal): -2067255 or 13202656. OLE color: 13202656.

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

Color convert

RGB 224 116 201 -
CMYK 0 0.48 0.10 0.12
HSL 312.78º 0.64% 0.67% -
HSV(B) 312.78º 0.48% 0.88% -
XYZ 47.53 32.56 59.04 -
YUV 157.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 224 116 201 0 0.48 0.10 0.12 312.78 0.64 0.67
Hex E0 74 C9 0 30 A C 139 40 43
Octal 340 164 311 0 60 12 14 471 100 103
Binary 11100000 1110100 11001001 0 110000 1010 1100 100111001 1000000 1000011

Color Harmonies of #E074C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074C9

Black with #E074C9

Text Example


Text Example

White with #E074C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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