Html Css Color HEX #E269D3 Orchid

📋 copy color: '#E269D3'

red 226 ◦ green 105 ◦ blue 211

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

Shades of Orchid #E269D3

Tints of Orchid #E269D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 41.7%
G = 19.37%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E269D3 (or 0xE269D3) is known color: Orchid. HEX triplet: E2, 69 and D3. RGB value is (226,105,211). Sum of RGB (Red+Green+Blue) = 226+105+211=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E269D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269D3 is #1D962C. Grayscale: #989898. Windows color (decimal): -1938989 or 13855202. OLE color: 13855202.

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

Color convert

RGB 226 105 211 -
CMYK 0 0.54 0.07 0.11
HSL 307.44º 0.68% 0.65% -
HSV(B) 307.44º 0.54% 0.89% -
XYZ 48.17 30.98 65.07 -
YUV 153.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 226 105 211 0 0.54 0.07 0.11 307.44 0.68 0.65
Hex E2 69 D3 0 36 7 B 133 44 41
Octal 342 151 323 0 66 7 13 463 104 101
Binary 11100010 1101001 11010011 0 110110 111 1011 100110011 1000100 1000001

Color Harmonies of #E269D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269D3

Black with #E269D3

Text Example


Text Example

White with #E269D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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