Html Css Color HEX #E476DA Orchid

📋 copy color: '#E476DA'

red 228 ◦ green 118 ◦ blue 218

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

Shades of Orchid #E476DA

Tints of Orchid #E476DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 40.43%
G = 20.92%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E476DA (or 0xE476DA) is known color: Orchid. HEX triplet: E4, 76 and DA. RGB value is (228,118,218). Sum of RGB (Red+Green+Blue) = 228+118+218=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E476DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476DA is #1B8925. Grayscale: #A1A1A1. Windows color (decimal): -1804582 or 14317284. OLE color: 14317284.

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

Color convert

RGB 228 118 218 -
CMYK 0 0.48 0.04 0.11
HSL 305.45º 0.67% 0.68% -
HSV(B) 305.45º 0.48% 0.89% -
XYZ 51.13 34.51 70.3 -
YUV 162.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 228 118 218 0 0.48 0.04 0.11 305.45 0.67 0.68
Hex E4 76 DA 0 30 4 B 131 43 44
Octal 344 166 332 0 60 4 13 461 103 104
Binary 11100100 1110110 11011010 0 110000 100 1011 100110001 1000011 1000100

Color Harmonies of #E476DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476DA

Black with #E476DA

Text Example


Text Example

White with #E476DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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