Html Css Color HEX #E470E2 Orchid

📋 copy color: '#E470E2'

red 228 ◦ green 112 ◦ blue 226

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

Shades of Orchid #E470E2

Tints of Orchid #E470E2

RGB

 RED value IS 228 (89.45% from 255) = 40.28%

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

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 40.28%
G = 19.79%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E470E2 (or 0xE470E2) is known color: Orchid. HEX triplet: E4, 70 and E2. RGB value is (228,112,226). Sum of RGB (Red+Green+Blue) = 228+112+226=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E470E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470E2 is #1B8F1D. Grayscale: #9F9F9F. Windows color (decimal): -1806110 or 14840036. OLE color: 14840036.

HSL color Cylindrical-coordinate representation of color #E470E2: hue angle of 301.03º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470E2 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 226 -
CMYK 0 0.51 0.01 0.11
HSL 301.03º 0.68% 0.67% -
HSV(B) 301.03º 0.51% 0.89% -
XYZ 51.52 33.57 75.72 -
YUV 159.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 228 112 226 0 0.51 0.01 0.11 301.03 0.68 0.67
Hex E4 70 E2 0 33 1 B 12D 44 43
Octal 344 160 342 0 63 1 13 455 104 103
Binary 11100100 1110000 11100010 0 110011 1 1011 100101101 1000100 1000011

Color Harmonies of #E470E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470E2

Black with #E470E2

Text Example


Text Example

White with #E470E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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