Html Css Color HEX #E270CE Orchid

📋 copy color: '#E270CE'

red 226 ◦ green 112 ◦ blue 206

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

Shades of Orchid #E270CE

Tints of Orchid #E270CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.59%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 41.54%
G = 20.59%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E270CE (or 0xE270CE) is known color: Orchid. HEX triplet: E2, 70 and CE. RGB value is (226,112,206). Sum of RGB (Red+Green+Blue) = 226+112+206=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E270CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270CE is #1D8F31. Grayscale: #9C9C9C. Windows color (decimal): -1937202 or 13529314. OLE color: 13529314.

HSL color Cylindrical-coordinate representation of color #E270CE: hue angle of 310.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270CE is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 112 206 -
CMYK 0 0.50 0.09 0.11
HSL 310.53º 0.66% 0.66% -
HSV(B) 310.53º 0.5% 0.89% -
XYZ 48.3 32.21 62.06 -
YUV 156.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 226 112 206 0 0.50 0.09 0.11 310.53 0.66 0.66
Hex E2 70 CE 0 32 9 B 137 42 42
Octal 342 160 316 0 62 11 13 467 102 102
Binary 11100010 1110000 11001110 0 110010 1001 1011 100110111 1000010 1000010

Color Harmonies of #E270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E270CE

Black with #E270CE

Text Example


Text Example

White with #E270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E270CE; }

 p { color: rgb(226,112,206); }

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

background-color css

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

 a { background-color: rgb(226,112,206); }

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

border-color css

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

 span { border-color: rgb(226,112,206); }

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