Html Css Color HEX #E469DF Orchid

📋 copy color: '#E469DF'

red 228 ◦ green 105 ◦ blue 223

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

Shades of Orchid #E469DF

Tints of Orchid #E469DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.88%

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 41.01%
G = 18.88%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E469DF (or 0xE469DF) is known color: Orchid. HEX triplet: E4, 69 and DF. RGB value is (228,105,223). Sum of RGB (Red+Green+Blue) = 228+105+223=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E469DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469DF is #1B9620. Grayscale: #9A9A9A. Windows color (decimal): -1807905 or 14641636. OLE color: 14641636.

HSL color Cylindrical-coordinate representation of color #E469DF: hue angle of 302.44º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E469DF is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 105 223 -
CMYK 0 0.54 0.02 0.11
HSL 302.44º 0.69% 0.65% -
HSV(B) 302.44º 0.54% 0.89% -
XYZ 50.37 31.92 73.32 -
YUV 155.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 228 105 223 0 0.54 0.02 0.11 302.44 0.69 0.65
Hex E4 69 DF 0 36 2 B 12E 45 41
Octal 344 151 337 0 66 2 13 456 105 101
Binary 11100100 1101001 11011111 0 110110 10 1011 100101110 1000101 1000001

Color Harmonies of #E469DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E469DF

Black with #E469DF

Text Example


Text Example

White with #E469DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E469DF; }

 p { color: rgb(228,105,223); }

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

background-color css

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

 a { background-color: rgb(228,105,223); }

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

border-color css

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

 span { border-color: rgb(228,105,223); }

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