Html Css Color HEX #E479D8 Orchid

📋 copy color: '#E479D8'

red 228 ◦ green 121 ◦ blue 216

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

Shades of Orchid #E479D8

Tints of Orchid #E479D8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.42%

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

R = 40.35%
G = 21.42%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E479D8 (or 0xE479D8) is known color: Orchid. HEX triplet: E4, 79 and D8. RGB value is (228,121,216). Sum of RGB (Red+Green+Blue) = 228+121+216=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E479D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479D8 is #1B8627. Grayscale: #A3A3A3. Windows color (decimal): -1803816 or 14186980. OLE color: 14186980.

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

Color convert

RGB 228 121 216 -
CMYK 0 0.47 0.05 0.11
HSL 306.73º 0.66% 0.68% -
HSV(B) 306.73º 0.47% 0.89% -
XYZ 51.23 35.13 69.05 -
YUV 163.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 228 121 216 0 0.47 0.05 0.11 306.73 0.66 0.68
Hex E4 79 D8 0 2F 5 B 133 42 44
Octal 344 171 330 0 57 5 13 463 102 104
Binary 11100100 1111001 11011000 0 101111 101 1011 100110011 1000010 1000100

Color Harmonies of #E479D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479D8

Black with #E479D8

Text Example


Text Example

White with #E479D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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