Html Css Color HEX #E370DD Orchid

📋 copy color: '#E370DD'

red 227 ◦ green 112 ◦ blue 221

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

Shades of Orchid #E370DD

Tints of Orchid #E370DD

RGB

 RED value IS 227 (89.06% from 255) = 40.54%

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 40.54%
G = 20%
B = 39.46%

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

#E370DD (or 0xE370DD) is known color: Orchid. HEX triplet: E3, 70 and DD. RGB value is (227,112,221). Sum of RGB (Red+Green+Blue) = 227+112+221=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E370DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370DD is #1C8F22. Grayscale: #9E9E9E. Windows color (decimal): -1871651 or 14512355. OLE color: 14512355.

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

Color convert

RGB 227 112 221 -
CMYK 0 0.51 0.03 0.11
HSL 303.13º 0.67% 0.66% -
HSV(B) 303.13º 0.51% 0.89% -
XYZ 50.52 33.14 72.14 -
YUV 158.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 227 112 221 0 0.51 0.03 0.11 303.13 0.67 0.66
Hex E3 70 DD 0 33 3 B 12F 43 42
Octal 343 160 335 0 63 3 13 457 103 102
Binary 11100011 1110000 11011101 0 110011 11 1011 100101111 1000011 1000010

Color Harmonies of #E370DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370DD

Black with #E370DD

Text Example


Text Example

White with #E370DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370DD; }

 p { color: rgb(227,112,221); }

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

background-color css

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

 a { background-color: rgb(227,112,221); }

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

border-color css

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

 span { border-color: rgb(227,112,221); }

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