Html Css Color HEX #E477D4 Orchid

📋 copy color: '#E477D4'

red 228 ◦ green 119 ◦ blue 212

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

Shades of Orchid #E477D4

Tints of Orchid #E477D4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.29%

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 40.79%
G = 21.29%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E477D4 (or 0xE477D4) is known color: Orchid. HEX triplet: E4, 77 and D4. RGB value is (228,119,212). Sum of RGB (Red+Green+Blue) = 228+119+212=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E477D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477D4 is #1B882B. Grayscale: #A1A1A1. Windows color (decimal): -1804332 or 13924324. OLE color: 13924324.

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

Color convert

RGB 228 119 212 -
CMYK 0 0.48 0.07 0.11
HSL 308.81º 0.67% 0.68% -
HSV(B) 308.81º 0.48% 0.89% -
XYZ 50.48 34.44 66.27 -
YUV 162.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 228 119 212 0 0.48 0.07 0.11 308.81 0.67 0.68
Hex E4 77 D4 0 30 7 B 135 43 44
Octal 344 167 324 0 60 7 13 465 103 104
Binary 11100100 1110111 11010100 0 110000 111 1011 100110101 1000011 1000100

Color Harmonies of #E477D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477D4

Black with #E477D4

Text Example


Text Example

White with #E477D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477D4; }

 p { color: rgb(228,119,212); }

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

background-color css

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

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

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

border-color css

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

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

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