Html Css Color HEX #E474E5 Orchid

📋 copy color: '#E474E5'

red 228 ◦ green 116 ◦ blue 229

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

Shades of Orchid #E474E5

Tints of Orchid #E474E5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.24%

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 39.79%
G = 20.24%
B = 39.97%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E474E5 (or 0xE474E5) is known color: Orchid. HEX triplet: E4, 74 and E5. RGB value is (228,116,229). Sum of RGB (Red+Green+Blue) = 228+116+229=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #E474E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474E5 is #1B8B1A. Grayscale: #A2A2A2. Windows color (decimal): -1805083 or 15037668. OLE color: 15037668.

HSL color Cylindrical-coordinate representation of color #E474E5: hue angle of 299.47º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E474E5 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 116 229 -
CMYK 0.00 0.49 0 0.10
HSL 299.47º 0.68% 0.68% -
HSV(B) 299.47º 0.49% 0.9% -
XYZ 52.38 34.64 78.05 -
YUV 162.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 228 116 229 0.00 0.49 0 0.10 299.47 0.68 0.68
Hex E4 74 E5 0 31 0 A 12B 44 44
Octal 344 164 345 0 61 0 12 453 104 104
Binary 11100100 1110100 11100101 0 110001 0 1010 100101011 1000100 1000100

Color Harmonies of #E474E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474E5

Black with #E474E5

Text Example


Text Example

White with #E474E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474E5; }

 p { color: rgb(228,116,229); }

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

background-color css

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

 a { background-color: rgb(228,116,229); }

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

border-color css

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

 span { border-color: rgb(228,116,229); }

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