Html Css Color HEX #E46FDD Orchid

📋 copy color: '#E46FDD'

red 228 ◦ green 111 ◦ blue 221

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

Shades of Orchid #E46FDD

Tints of Orchid #E46FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.82%

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

R = 40.71%
G = 19.82%
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

#E46FDD (or 0xE46FDD) is known color: Orchid. HEX triplet: E4, 6F and DD. RGB value is (228,111,221). Sum of RGB (Red+Green+Blue) = 228+111+221=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FDD is #1B9022. Grayscale: #9E9E9E. Windows color (decimal): -1806371 or 14512100. OLE color: 14512100.

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

Color convert

RGB 228 111 221 -
CMYK 0 0.51 0.03 0.11
HSL 303.59º 0.68% 0.66% -
HSV(B) 303.59º 0.51% 0.89% -
XYZ 50.73 33.08 72.12 -
YUV 158.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 228 111 221 0 0.51 0.03 0.11 303.59 0.68 0.66
Hex E4 6F DD 0 33 3 B 130 44 42
Octal 344 157 335 0 63 3 13 460 104 102
Binary 11100100 1101111 11011101 0 110011 11 1011 100110000 1000100 1000010

Color Harmonies of #E46FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FDD

Black with #E46FDD

Text Example


Text Example

White with #E46FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FDD; }

 p { color: rgb(228,111,221); }

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

background-color css

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

 a { background-color: rgb(228,111,221); }

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

border-color css

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

 span { border-color: rgb(228,111,221); }

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