Html Css Color HEX #E269DA Orchid

📋 copy color: '#E269DA'

red 226 ◦ green 105 ◦ blue 218

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

Shades of Orchid #E269DA

Tints of Orchid #E269DA

RGB

 RED value IS 226 (88.67% from 255) = 41.17%

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

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

R = 41.17%
G = 19.13%
B = 39.71%

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

#E269DA (or 0xE269DA) is known color: Orchid. HEX triplet: E2, 69 and DA. RGB value is (226,105,218). Sum of RGB (Red+Green+Blue) = 226+105+218=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E269DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269DA is #1D9625. Grayscale: #999999. Windows color (decimal): -1938982 or 14313954. OLE color: 14313954.

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

Color convert

RGB 226 105 218 -
CMYK 0 0.54 0.04 0.11
HSL 303.97º 0.68% 0.65% -
HSV(B) 303.97º 0.54% 0.89% -
XYZ 49.07 31.33 69.79 -
YUV 154.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 226 105 218 0 0.54 0.04 0.11 303.97 0.68 0.65
Hex E2 69 DA 0 36 4 B 130 44 41
Octal 342 151 332 0 66 4 13 460 104 101
Binary 11100010 1101001 11011010 0 110110 100 1011 100110000 1000100 1000001

Color Harmonies of #E269DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269DA

Black with #E269DA

Text Example


Text Example

White with #E269DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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