Html Css Color HEX #E475C8 Orchid

📋 copy color: '#E475C8'

red 228 ◦ green 117 ◦ blue 200

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

Shades of Orchid #E475C8

Tints of Orchid #E475C8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.47%

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 41.83%
G = 21.47%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E475C8 (or 0xE475C8) is known color: Orchid. HEX triplet: E4, 75 and C8. RGB value is (228,117,200). Sum of RGB (Red+Green+Blue) = 228+117+200=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E475C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475C8 is #1B8A37. Grayscale: #9F9F9F. Windows color (decimal): -1804856 or 13137380. OLE color: 13137380.

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

Color convert

RGB 228 117 200 -
CMYK 0 0.49 0.12 0.11
HSL 315.14º 0.67% 0.68% -
HSV(B) 315.14º 0.49% 0.89% -
XYZ 48.78 33.39 58.52 -
YUV 159.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 228 117 200 0 0.49 0.12 0.11 315.14 0.67 0.68
Hex E4 75 C8 0 31 C B 13B 43 44
Octal 344 165 310 0 61 14 13 473 103 104
Binary 11100100 1110101 11001000 0 110001 1100 1011 100111011 1000011 1000100

Color Harmonies of #E475C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475C8

Black with #E475C8

Text Example


Text Example

White with #E475C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475C8; }

 p { color: rgb(228,117,200); }

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

background-color css

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

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

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

border-color css

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

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

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