Html Css Color HEX #E278DF Orchid

📋 copy color: '#E278DF'

red 226 ◦ green 120 ◦ blue 223

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

Shades of Orchid #E278DF

Tints of Orchid #E278DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.09%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 39.72%
G = 21.09%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E278DF (or 0xE278DF) is known color: Orchid. HEX triplet: E2, 78 and DF. RGB value is (226,120,223). Sum of RGB (Red+Green+Blue) = 226+120+223=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E278DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278DF is #1D8720. Grayscale: #A3A3A3. Windows color (decimal): -1935137 or 14645474. OLE color: 14645474.

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

Color convert

RGB 226 120 223 -
CMYK 0 0.47 0.01 0.11
HSL 301.7º 0.65% 0.68% -
HSV(B) 301.7º 0.47% 0.89% -
XYZ 51.4 34.93 73.85 -
YUV 163.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 226 120 223 0 0.47 0.01 0.11 301.7 0.65 0.68
Hex E2 78 DF 0 2F 1 B 12E 41 44
Octal 342 170 337 0 57 1 13 456 101 104
Binary 11100010 1111000 11011111 0 101111 1 1011 100101110 1000001 1000100

Color Harmonies of #E278DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E278DF

Black with #E278DF

Text Example


Text Example

White with #E278DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E278DF; }

 p { color: rgb(226,120,223); }

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

background-color css

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

 a { background-color: rgb(226,120,223); }

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

border-color css

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

 span { border-color: rgb(226,120,223); }

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