Html Css Color HEX #E476D8 Orchid

📋 copy color: '#E476D8'

red 228 ◦ green 118 ◦ blue 216

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

Shades of Orchid #E476D8

Tints of Orchid #E476D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.43%

R = 40.57%
G = 21%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E476D8 (or 0xE476D8) is known color: Orchid. HEX triplet: E4, 76 and D8. RGB value is (228,118,216). Sum of RGB (Red+Green+Blue) = 228+118+216=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E476D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476D8 is #1B8927. Grayscale: #A1A1A1. Windows color (decimal): -1804584 or 14186212. OLE color: 14186212.

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

Color convert

RGB 228 118 216 -
CMYK 0 0.48 0.05 0.11
HSL 306.55º 0.67% 0.68% -
HSV(B) 306.55º 0.48% 0.89% -
XYZ 50.87 34.41 68.93 -
YUV 162.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 228 118 216 0 0.48 0.05 0.11 306.55 0.67 0.68
Hex E4 76 D8 0 30 5 B 133 43 44
Octal 344 166 330 0 60 5 13 463 103 104
Binary 11100100 1110110 11011000 0 110000 101 1011 100110011 1000011 1000100

Color Harmonies of #E476D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476D8

Black with #E476D8

Text Example


Text Example

White with #E476D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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