Html Css Color HEX #E470DE Orchid

📋 copy color: '#E470DE'

red 228 ◦ green 112 ◦ blue 222

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

Shades of Orchid #E470DE

Tints of Orchid #E470DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 40.57%
G = 19.93%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E470DE (or 0xE470DE) is known color: Orchid. HEX triplet: E4, 70 and DE. RGB value is (228,112,222). Sum of RGB (Red+Green+Blue) = 228+112+222=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E470DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470DE is #1B8F21. Grayscale: #9E9E9E. Windows color (decimal): -1806114 or 14577892. OLE color: 14577892.

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

Color convert

RGB 228 112 222 -
CMYK 0 0.51 0.03 0.11
HSL 303.1º 0.68% 0.67% -
HSV(B) 303.1º 0.51% 0.89% -
XYZ 50.97 33.36 72.86 -
YUV 159.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 228 112 222 0 0.51 0.03 0.11 303.1 0.68 0.67
Hex E4 70 DE 0 33 3 B 12F 44 43
Octal 344 160 336 0 63 3 13 457 104 103
Binary 11100100 1110000 11011110 0 110011 11 1011 100101111 1000100 1000011

Color Harmonies of #E470DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470DE

Black with #E470DE

Text Example


Text Example

White with #E470DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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