Html Css Color HEX #E275DE Orchid

📋 copy color: '#E275DE'

red 226 ◦ green 117 ◦ blue 222

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

Shades of Orchid #E275DE

Tints of Orchid #E275DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 40%
G = 20.71%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E275DE (or 0xE275DE) is known color: Orchid. HEX triplet: E2, 75 and DE. RGB value is (226,117,222). Sum of RGB (Red+Green+Blue) = 226+117+222=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E275DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275DE is #1D8A21. Grayscale: #A1A1A1. Windows color (decimal): -1935906 or 14579170. OLE color: 14579170.

HSL color Cylindrical-coordinate representation of color #E275DE: hue angle of 302.2º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275DE is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 117 222 -
CMYK 0 0.48 0.02 0.11
HSL 302.2º 0.65% 0.67% -
HSV(B) 302.2º 0.48% 0.89% -
XYZ 50.91 34.17 73.02 -
YUV 161.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 226 117 222 0 0.48 0.02 0.11 302.2 0.65 0.67
Hex E2 75 DE 0 30 2 B 12E 41 43
Octal 342 165 336 0 60 2 13 456 101 103
Binary 11100010 1110101 11011110 0 110000 10 1011 100101110 1000001 1000011

Color Harmonies of #E275DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275DE

Black with #E275DE

Text Example


Text Example

White with #E275DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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