Html Css Color HEX #E273D7 Orchid

📋 copy color: '#E273D7'

red 226 ◦ green 115 ◦ blue 215

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

Shades of Orchid #E273D7

Tints of Orchid #E273D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 40.65%
G = 20.68%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E273D7 (or 0xE273D7) is known color: Orchid. HEX triplet: E2, 73 and D7. RGB value is (226,115,215). Sum of RGB (Red+Green+Blue) = 226+115+215=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E273D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273D7 is #1D8C28. Grayscale: #9F9F9F. Windows color (decimal): -1936425 or 14119906. OLE color: 14119906.

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

Color convert

RGB 226 115 215 -
CMYK 0 0.49 0.05 0.11
HSL 305.95º 0.66% 0.67% -
HSV(B) 305.95º 0.49% 0.89% -
XYZ 49.76 33.34 68.1 -
YUV 159.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 226 115 215 0 0.49 0.05 0.11 305.95 0.66 0.67
Hex E2 73 D7 0 31 5 B 132 42 43
Octal 342 163 327 0 61 5 13 462 102 103
Binary 11100010 1110011 11010111 0 110001 101 1011 100110010 1000010 1000011

Color Harmonies of #E273D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273D7

Black with #E273D7

Text Example


Text Example

White with #E273D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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