Html Css Color HEX #E268EA Orchid

📋 copy color: '#E268EA'

red 226 ◦ green 104 ◦ blue 234

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

Shades of Orchid #E268EA

Tints of Orchid #E268EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 40.07%
G = 18.44%
B = 41.49%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E268EA (or 0xE268EA) is known color: Orchid. HEX triplet: E2, 68 and EA. RGB value is (226,104,234). Sum of RGB (Red+Green+Blue) = 226+104+234=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #E268EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268EA is #1D9715. Grayscale: #9A9A9A. Windows color (decimal): -1939222 or 15362274. OLE color: 15362274.

HSL color Cylindrical-coordinate representation of color #E268EA: hue angle of 296.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E268EA is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 104 234 -
CMYK 0.03 0.56 0 0.08
HSL 296.31º 0.76% 0.66% -
HSV(B) 296.31º 0.56% 0.92% -
XYZ 51.17 32.01 81.32 -
YUV 155.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 226 104 234 0.03 0.56 0 0.08 296.31 0.76 0.66
Hex E2 68 EA 3 38 0 8 128 4C 42
Octal 342 150 352 3 70 0 10 450 114 102
Binary 11100010 1101000 11101010 11 111000 0 1000 100101000 1001100 1000010

Color Harmonies of #E268EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E268EA

Black with #E268EA

Text Example


Text Example

White with #E268EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E268EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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