Html Css Color HEX #E469DA Orchid

📋 copy color: '#E469DA'

red 228 ◦ green 105 ◦ blue 218

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

Shades of Orchid #E469DA

Tints of Orchid #E469DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 41.38%
G = 19.06%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E469DA (or 0xE469DA) is known color: Orchid. HEX triplet: E4, 69 and DA. RGB value is (228,105,218). Sum of RGB (Red+Green+Blue) = 228+105+218=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E469DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469DA is #1B9625. Grayscale: #9A9A9A. Windows color (decimal): -1807910 or 14313956. OLE color: 14313956.

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

Color convert

RGB 228 105 218 -
CMYK 0 0.54 0.04 0.11
HSL 304.88º 0.69% 0.65% -
HSV(B) 304.88º 0.54% 0.89% -
XYZ 49.7 31.66 69.82 -
YUV 154.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 228 105 218 0 0.54 0.04 0.11 304.88 0.69 0.65
Hex E4 69 DA 0 36 4 B 131 45 41
Octal 344 151 332 0 66 4 13 461 105 101
Binary 11100100 1101001 11011010 0 110110 100 1011 100110001 1000101 1000001

Color Harmonies of #E469DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E469DA

Black with #E469DA

Text Example


Text Example

White with #E469DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E469DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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