Html Css Color HEX #E274D9 Orchid

📋 copy color: '#E274D9'

red 226 ◦ green 116 ◦ blue 217

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

Shades of Orchid #E274D9

Tints of Orchid #E274D9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.75%

 BLUE value IS 217 (85.16% from 255) = 38.82%

R = 40.43%
G = 20.75%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E274D9 (or 0xE274D9) is known color: Orchid. HEX triplet: E2, 74 and D9. RGB value is (226,116,217). Sum of RGB (Red+Green+Blue) = 226+116+217=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E274D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274D9 is #1D8B26. Grayscale: #A0A0A0. Windows color (decimal): -1936167 or 14251234. OLE color: 14251234.

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

Color convert

RGB 226 116 217 -
CMYK 0 0.49 0.04 0.11
HSL 304.91º 0.65% 0.67% -
HSV(B) 304.91º 0.49% 0.89% -
XYZ 50.13 33.67 69.5 -
YUV 160.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 226 116 217 0 0.49 0.04 0.11 304.91 0.65 0.67
Hex E2 74 D9 0 31 4 B 131 41 43
Octal 342 164 331 0 61 4 13 461 101 103
Binary 11100010 1110100 11011001 0 110001 100 1011 100110001 1000001 1000011

Color Harmonies of #E274D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E274D9

Black with #E274D9

Text Example


Text Example

White with #E274D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E274D9; }

 p { color: rgb(226,116,217); }

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

background-color css

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

 a { background-color: rgb(226,116,217); }

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

border-color css

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

 span { border-color: rgb(226,116,217); }

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