Html Css Color HEX #E175E5 Orchid

📋 copy color: '#E175E5'

red 225 ◦ green 117 ◦ blue 229

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

Shades of Orchid #E175E5

Tints of Orchid #E175E5

RGB

 RED value IS 225 (88.28% from 255) = 39.4%

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

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

R = 39.4%
G = 20.49%
B = 40.11%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E175E5 (or 0xE175E5) is known color: Orchid. HEX triplet: E1, 75 and E5. RGB value is (225,117,229). Sum of RGB (Red+Green+Blue) = 225+117+229=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 117 (46.09% from 255 or 20.49% 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 #E175E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175E5 is #1E8A1A. Grayscale: #A1A1A1. Windows color (decimal): -2001435 or 15037921. OLE color: 15037921.

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

Color convert

RGB 225 117 229 -
CMYK 0.02 0.49 0 0.10
HSL 297.86º 0.68% 0.68% -
HSV(B) 297.86º 0.49% 0.9% -
XYZ 51.56 34.39 78.05 -
YUV 162.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 225 117 229 0.02 0.49 0 0.10 297.86 0.68 0.68
Hex E1 75 E5 2 31 0 A 12A 44 44
Octal 341 165 345 2 61 0 12 452 104 104
Binary 11100001 1110101 11100101 10 110001 0 1010 100101010 1000100 1000100

Color Harmonies of #E175E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175E5

Black with #E175E5

Text Example


Text Example

White with #E175E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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