Html Css Color HEX #E476DF Orchid

📋 copy color: '#E476DF'

red 228 ◦ green 118 ◦ blue 223

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

Shades of Orchid #E476DF

Tints of Orchid #E476DF

RGB

 RED value IS 228 (89.45% from 255) = 40.07%

 GREEN value IS 118 (46.48% from 255) = 20.74%

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

R = 40.07%
G = 20.74%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E476DF (or 0xE476DF) is known color: Orchid. HEX triplet: E4, 76 and DF. RGB value is (228,118,223). Sum of RGB (Red+Green+Blue) = 228+118+223=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E476DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476DF is #1B8920. Grayscale: #A2A2A2. Windows color (decimal): -1804577 or 14644964. OLE color: 14644964.

HSL color Cylindrical-coordinate representation of color #E476DF: hue angle of 302.73º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E476DF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 118 223 -
CMYK 0 0.48 0.02 0.11
HSL 302.73º 0.67% 0.68% -
HSV(B) 302.73º 0.48% 0.89% -
XYZ 51.79 34.78 73.8 -
YUV 162.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 228 118 223 0 0.48 0.02 0.11 302.73 0.67 0.68
Hex E4 76 DF 0 30 2 B 12F 43 44
Octal 344 166 337 0 60 2 13 457 103 104
Binary 11100100 1110110 11011111 0 110000 10 1011 100101111 1000011 1000100

Color Harmonies of #E476DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476DF

Black with #E476DF

Text Example


Text Example

White with #E476DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476DF; }

 p { color: rgb(228,118,223); }

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

background-color css

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

 a { background-color: rgb(228,118,223); }

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

border-color css

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

 span { border-color: rgb(228,118,223); }

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