Html Css Color HEX #E575E3 Orchid

📋 copy color: '#E575E3'

red 229 ◦ green 117 ◦ blue 227

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

Shades of Orchid #E575E3

Tints of Orchid #E575E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.62%

R = 39.97%
G = 20.42%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E575E3 (or 0xE575E3) is known color: Orchid. HEX triplet: E5, 75 and E3. RGB value is (229,117,227). Sum of RGB (Red+Green+Blue) = 229+117+227=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E575E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575E3 is #1A8A1C. Grayscale: #A2A2A2. Windows color (decimal): -1739293 or 14906853. OLE color: 14906853.

HSL color Cylindrical-coordinate representation of color #E575E3: hue angle of 301.07º 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 #E575E3 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 117 227 -
CMYK 0 0.49 0.01 0.10
HSL 301.07º 0.68% 0.68% -
HSV(B) 301.07º 0.49% 0.9% -
XYZ 52.54 34.93 76.65 -
YUV 163.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 229 117 227 0 0.49 0.01 0.10 301.07 0.68 0.68
Hex E5 75 E3 0 31 1 A 12D 44 44
Octal 345 165 343 0 61 1 12 455 104 104
Binary 11100101 1110101 11100011 0 110001 1 1010 100101101 1000100 1000100

Color Harmonies of #E575E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575E3

Black with #E575E3

Text Example


Text Example

White with #E575E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575E3; }

 p { color: rgb(229,117,227); }

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

background-color css

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

 a { background-color: rgb(229,117,227); }

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

border-color css

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

 span { border-color: rgb(229,117,227); }

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