Html Css Color HEX #E270D4 Orchid

📋 copy color: '#E270D4'

red 226 ◦ green 112 ◦ blue 212

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

Shades of Orchid #E270D4

Tints of Orchid #E270D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 41.09%
G = 20.36%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E270D4 (or 0xE270D4) is known color: Orchid. HEX triplet: E2, 70 and D4. RGB value is (226,112,212). Sum of RGB (Red+Green+Blue) = 226+112+212=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E270D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270D4 is #1D8F2B. Grayscale: #9D9D9D. Windows color (decimal): -1937196 or 13922530. OLE color: 13922530.

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

Color convert

RGB 226 112 212 -
CMYK 0 0.50 0.06 0.11
HSL 307.37º 0.66% 0.66% -
HSV(B) 307.37º 0.5% 0.89% -
XYZ 49.04 32.51 65.98 -
YUV 157.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 226 112 212 0 0.50 0.06 0.11 307.37 0.66 0.66
Hex E2 70 D4 0 32 6 B 133 42 42
Octal 342 160 324 0 62 6 13 463 102 102
Binary 11100010 1110000 11010100 0 110010 110 1011 100110011 1000010 1000010

Color Harmonies of #E270D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E270D4

Black with #E270D4

Text Example


Text Example

White with #E270D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E270D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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