Html Css Color HEX #E275E1 Orchid

📋 copy color: '#E275E1'

red 226 ◦ green 117 ◦ blue 225

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

Shades of Orchid #E275E1

Tints of Orchid #E275E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 39.79%
G = 20.6%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E275E1 (or 0xE275E1) is known color: Orchid. HEX triplet: E2, 75 and E1. RGB value is (226,117,225). Sum of RGB (Red+Green+Blue) = 226+117+225=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E275E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275E1 is #1D8A1E. Grayscale: #A1A1A1. Windows color (decimal): -1935903 or 14775778. OLE color: 14775778.

HSL color Cylindrical-coordinate representation of color #E275E1: hue angle of 300.55º 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 #E275E1 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 117 225 -
CMYK 0 0.48 0.00 0.11
HSL 300.55º 0.65% 0.67% -
HSV(B) 300.55º 0.48% 0.89% -
XYZ 51.32 34.33 75.16 -
YUV 161.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 226 117 225 0 0.48 0.00 0.11 300.55 0.65 0.67
Hex E2 75 E1 0 30 0 B 12D 41 43
Octal 342 165 341 0 60 0 13 455 101 103
Binary 11100010 1110101 11100001 0 110000 0 1011 100101101 1000001 1000011

Color Harmonies of #E275E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275E1

Black with #E275E1

Text Example


Text Example

White with #E275E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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