Html Css Color HEX #E476E4 Orchid

📋 copy color: '#E476E4'

red 228 ◦ green 118 ◦ blue 228

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

Shades of Orchid #E476E4

Tints of Orchid #E476E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.72%

R = 39.72%
G = 20.56%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E476E4 (or 0xE476E4) is known color: Orchid. HEX triplet: E4, 76 and E4. RGB value is (228,118,228). Sum of RGB (Red+Green+Blue) = 228+118+228=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E476E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476E4 is #1B891B. Grayscale: #A3A3A3. Windows color (decimal): -1804572 or 14972644. OLE color: 14972644.

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

Color convert

RGB 228 118 228 -
CMYK 0 0.48 0 0.11
HSL 300º 0.67% 0.68% -
HSV(B) 300º 0.48% 0.89% -
XYZ 52.48 35.05 77.4 -
YUV 163.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 228 118 228 0 0.48 0 0.11 300 0.67 0.68
Hex E4 76 E4 0 30 0 B 12C 43 44
Octal 344 166 344 0 60 0 13 454 103 104
Binary 11100100 1110110 11100100 0 110000 0 1011 100101100 1000011 1000100

Color Harmonies of #E476E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476E4

Black with #E476E4

Text Example


Text Example

White with #E476E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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