Html Css Color HEX #E074DF Orchid

📋 copy color: '#E074DF'

red 224 ◦ green 116 ◦ blue 223

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

Shades of Orchid #E074DF

Tints of Orchid #E074DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 39.79%
G = 20.6%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E074DF (or 0xE074DF) is known color: Orchid. HEX triplet: E0, 74 and DF. RGB value is (224,116,223). Sum of RGB (Red+Green+Blue) = 224+116+223=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E074DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074DF is #1F8B20. Grayscale: #A0A0A0. Windows color (decimal): -2067233 or 14644448. OLE color: 14644448.

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

Color convert

RGB 224 116 223 -
CMYK 0 0.48 0.00 0.12
HSL 300.56º 0.64% 0.67% -
HSV(B) 300.56º 0.48% 0.88% -
XYZ 50.31 33.67 73.66 -
YUV 160.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 224 116 223 0 0.48 0.00 0.12 300.56 0.64 0.67
Hex E0 74 DF 0 30 0 C 12D 40 43
Octal 340 164 337 0 60 0 14 455 100 103
Binary 11100000 1110100 11011111 0 110000 0 1100 100101101 1000000 1000011

Color Harmonies of #E074DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074DF

Black with #E074DF

Text Example


Text Example

White with #E074DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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