Html Css Color HEX #E471E5 Orchid

📋 copy color: '#E471E5'

red 228 ◦ green 113 ◦ blue 229

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

Shades of Orchid #E471E5

Tints of Orchid #E471E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.82%

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

R = 40%
G = 19.82%
B = 40.18%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E471E5 (or 0xE471E5) is known color: Orchid. HEX triplet: E4, 71 and E5. RGB value is (228,113,229). Sum of RGB (Red+Green+Blue) = 228+113+229=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #E471E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471E5 is #1B8E1A. Grayscale: #A0A0A0. Windows color (decimal): -1805851 or 15036900. OLE color: 15036900.

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

Color convert

RGB 228 113 229 -
CMYK 0.00 0.51 0 0.10
HSL 299.48º 0.69% 0.67% -
HSV(B) 299.48º 0.51% 0.9% -
XYZ 52.04 33.96 77.94 -
YUV 160.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 228 113 229 0.00 0.51 0 0.10 299.48 0.69 0.67
Hex E4 71 E5 0 33 0 A 12B 45 43
Octal 344 161 345 0 63 0 12 453 105 103
Binary 11100100 1110001 11100101 0 110011 0 1010 100101011 1000101 1000011

Color Harmonies of #E471E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E471E5

Black with #E471E5

Text Example


Text Example

White with #E471E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E471E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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