Html Css Color HEX #E469D9 Orchid

📋 copy color: '#E469D9'

red 228 ◦ green 105 ◦ blue 217

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

Shades of Orchid #E469D9

Tints of Orchid #E469D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 41.45%
G = 19.09%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E469D9 (or 0xE469D9) is known color: Orchid. HEX triplet: E4, 69 and D9. RGB value is (228,105,217). Sum of RGB (Red+Green+Blue) = 228+105+217=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E469D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469D9 is #1B9626. Grayscale: #9A9A9A. Windows color (decimal): -1807911 or 14248420. OLE color: 14248420.

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

Color convert

RGB 228 105 217 -
CMYK 0 0.54 0.05 0.11
HSL 305.37º 0.69% 0.65% -
HSV(B) 305.37º 0.54% 0.89% -
XYZ 49.57 31.61 69.13 -
YUV 154.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 228 105 217 0 0.54 0.05 0.11 305.37 0.69 0.65
Hex E4 69 D9 0 36 5 B 131 45 41
Octal 344 151 331 0 66 5 13 461 105 101
Binary 11100100 1101001 11011001 0 110110 101 1011 100110001 1000101 1000001

Color Harmonies of #E469D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E469D9

Black with #E469D9

Text Example


Text Example

White with #E469D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E469D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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