Html Css Color HEX #E275E5 Orchid

📋 copy color: '#E275E5'

red 226 ◦ green 117 ◦ blue 229

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

Shades of Orchid #E275E5

Tints of Orchid #E275E5

RGB

 RED value IS 226 (88.67% from 255) = 39.51%

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

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

R = 39.51%
G = 20.45%
B = 40.03%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E275E5 (or 0xE275E5) is known color: Orchid. HEX triplet: E2, 75 and E5. RGB value is (226,117,229). Sum of RGB (Red+Green+Blue) = 226+117+229=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #E275E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275E5 is #1D8A1A. Grayscale: #A2A2A2. Windows color (decimal): -1935899 or 15037922. OLE color: 15037922.

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

Color convert

RGB 226 117 229 -
CMYK 0.01 0.49 0 0.10
HSL 298.39º 0.68% 0.68% -
HSV(B) 298.39º 0.49% 0.9% -
XYZ 51.87 34.55 78.06 -
YUV 162.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 226 117 229 0.01 0.49 0 0.10 298.39 0.68 0.68
Hex E2 75 E5 1 31 0 A 12A 44 44
Octal 342 165 345 1 61 0 12 452 104 104
Binary 11100010 1110101 11100101 1 110001 0 1010 100101010 1000100 1000100

Color Harmonies of #E275E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275E5

Black with #E275E5

Text Example


Text Example

White with #E275E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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