Html Css Color HEX #E476D2 Orchid

📋 copy color: '#E476D2'

red 228 ◦ green 118 ◦ blue 210

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

Shades of Orchid #E476D2

Tints of Orchid #E476D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.77%

R = 41.01%
G = 21.22%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E476D2 (or 0xE476D2) is known color: Orchid. HEX triplet: E4, 76 and D2. RGB value is (228,118,210). Sum of RGB (Red+Green+Blue) = 228+118+210=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E476D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476D2 is #1B892D. Grayscale: #A1A1A1. Windows color (decimal): -1804590 or 13792996. OLE color: 13792996.

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

Color convert

RGB 228 118 210 -
CMYK 0 0.48 0.08 0.11
HSL 309.82º 0.67% 0.68% -
HSV(B) 309.82º 0.48% 0.89% -
XYZ 50.11 34.1 64.91 -
YUV 161.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 228 118 210 0 0.48 0.08 0.11 309.82 0.67 0.68
Hex E4 76 D2 0 30 8 B 136 43 44
Octal 344 166 322 0 60 10 13 466 103 104
Binary 11100100 1110110 11010010 0 110000 1000 1011 100110110 1000011 1000100

Color Harmonies of #E476D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476D2

Black with #E476D2

Text Example


Text Example

White with #E476D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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