Html Css Color HEX #E274D1 Orchid

📋 copy color: '#E274D1'

red 226 ◦ green 116 ◦ blue 209

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

Shades of Orchid #E274D1

Tints of Orchid #E274D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 41.02%
G = 21.05%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E274D1 (or 0xE274D1) is known color: Orchid. HEX triplet: E2, 74 and D1. RGB value is (226,116,209). Sum of RGB (Red+Green+Blue) = 226+116+209=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E274D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274D1 is #1D8B2E. Grayscale: #9F9F9F. Windows color (decimal): -1936175 or 13726946. OLE color: 13726946.

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

Color convert

RGB 226 116 209 -
CMYK 0 0.49 0.08 0.11
HSL 309.27º 0.65% 0.67% -
HSV(B) 309.27º 0.49% 0.89% -
XYZ 49.12 33.26 64.15 -
YUV 159.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 226 116 209 0 0.49 0.08 0.11 309.27 0.65 0.67
Hex E2 74 D1 0 31 8 B 135 41 43
Octal 342 164 321 0 61 10 13 465 101 103
Binary 11100010 1110100 11010001 0 110001 1000 1011 100110101 1000001 1000011

Color Harmonies of #E274D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E274D1

Black with #E274D1

Text Example


Text Example

White with #E274D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E274D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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