Html Css Color HEX #E268E6 Orchid

📋 copy color: '#E268E6'

red 226 ◦ green 104 ◦ blue 230

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

Shades of Orchid #E268E6

Tints of Orchid #E268E6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.57%

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 40.36%
G = 18.57%
B = 41.07%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E268E6 (or 0xE268E6) is known color: Orchid. HEX triplet: E2, 68 and E6. RGB value is (226,104,230). Sum of RGB (Red+Green+Blue) = 226+104+230=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #E268E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268E6 is #1D9719. Grayscale: #9A9A9A. Windows color (decimal): -1939226 or 15100130. OLE color: 15100130.

HSL color Cylindrical-coordinate representation of color #E268E6: hue angle of 298.1º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E268E6 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 104 230 -
CMYK 0.02 0.55 0 0.10
HSL 298.1º 0.72% 0.65% -
HSV(B) 298.1º 0.55% 0.9% -
XYZ 50.6 31.78 78.33 -
YUV 154.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 226 104 230 0.02 0.55 0 0.10 298.1 0.72 0.65
Hex E2 68 E6 2 37 0 A 12A 48 41
Octal 342 150 346 2 67 0 12 452 110 101
Binary 11100010 1101000 11100110 10 110111 0 1010 100101010 1001000 1000001

Color Harmonies of #E268E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E268E6

Black with #E268E6

Text Example


Text Example

White with #E268E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E268E6; }

 p { color: rgb(226,104,230); }

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

background-color css

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

 a { background-color: rgb(226,104,230); }

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

border-color css

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

 span { border-color: rgb(226,104,230); }

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