Html Css Color HEX #E273DA Orchid

📋 copy color: '#E273DA'

red 226 ◦ green 115 ◦ blue 218

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

Shades of Orchid #E273DA

Tints of Orchid #E273DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.57%

 BLUE value IS 218 (85.55% from 255) = 39%

R = 40.43%
G = 20.57%
B = 39%

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

#E273DA (or 0xE273DA) is known color: Orchid. HEX triplet: E2, 73 and DA. RGB value is (226,115,218). Sum of RGB (Red+Green+Blue) = 226+115+218=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E273DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273DA is #1D8C25. Grayscale: #9F9F9F. Windows color (decimal): -1936422 or 14316514. OLE color: 14316514.

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

Color convert

RGB 226 115 218 -
CMYK 0 0.49 0.04 0.11
HSL 304.32º 0.66% 0.67% -
HSV(B) 304.32º 0.49% 0.89% -
XYZ 50.15 33.49 70.15 -
YUV 159.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 226 115 218 0 0.49 0.04 0.11 304.32 0.66 0.67
Hex E2 73 DA 0 31 4 B 130 42 43
Octal 342 163 332 0 61 4 13 460 102 103
Binary 11100010 1110011 11011010 0 110001 100 1011 100110000 1000010 1000011

Color Harmonies of #E273DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273DA

Black with #E273DA

Text Example


Text Example

White with #E273DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273DA; }

 p { color: rgb(226,115,218); }

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

background-color css

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

 a { background-color: rgb(226,115,218); }

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

border-color css

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

 span { border-color: rgb(226,115,218); }

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