Html Css Color HEX #E472E5 Orchid

📋 copy color: '#E472E5'

red 228 ◦ green 114 ◦ blue 229

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

Shades of Orchid #E472E5

Tints of Orchid #E472E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.96%

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

R = 39.93%
G = 19.96%
B = 40.11%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E472E5 (or 0xE472E5) is known color: Orchid. HEX triplet: E4, 72 and E5. RGB value is (228,114,229). Sum of RGB (Red+Green+Blue) = 228+114+229=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #E472E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472E5 is #1B8D1A. Grayscale: #A0A0A0. Windows color (decimal): -1805595 or 15037156. OLE color: 15037156.

HSL color Cylindrical-coordinate representation of color #E472E5: 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.5%. Process color model (Four color, CMYK) of #E472E5 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 114 229 -
CMYK 0.00 0.50 0 0.10
HSL 299.48º 0.69% 0.67% -
HSV(B) 299.48º 0.5% 0.9% -
XYZ 52.16 34.19 77.98 -
YUV 161.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 228 114 229 0.00 0.50 0 0.10 299.48 0.69 0.67
Hex E4 72 E5 0 32 0 A 12B 45 43
Octal 344 162 345 0 62 0 12 453 105 103
Binary 11100100 1110010 11100101 0 110010 0 1010 100101011 1000101 1000011

Color Harmonies of #E472E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472E5

Black with #E472E5

Text Example


Text Example

White with #E472E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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