Html Css Color HEX #E06BE8 Orchid

📋 copy color: '#E06BE8'

red 224 ◦ green 107 ◦ blue 232

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

Shades of Orchid #E06BE8

Tints of Orchid #E06BE8

RGB

 RED value IS 224 (87.89% from 255) = 39.79%

 GREEN value IS 107 (42.19% from 255) = 19.01%

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 39.79%
G = 19.01%
B = 41.21%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E06BE8 (or 0xE06BE8) is known color: Orchid. HEX triplet: E0, 6B and E8. RGB value is (224,107,232). Sum of RGB (Red+Green+Blue) = 224+107+232=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #E06BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BE8 is #1F9417. Grayscale: #9B9B9B. Windows color (decimal): -2069528 or 15231968. OLE color: 15231968.

HSL color Cylindrical-coordinate representation of color #E06BE8: hue angle of 296.16º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06BE8 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 107 232 -
CMYK 0.03 0.54 0 0.09
HSL 296.16º 0.73% 0.66% -
HSV(B) 296.16º 0.54% 0.91% -
XYZ 50.56 32.19 79.89 -
YUV 156.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 224 107 232 0.03 0.54 0 0.09 296.16 0.73 0.66
Hex E0 6B E8 3 36 0 9 128 49 42
Octal 340 153 350 3 66 0 11 450 111 102
Binary 11100000 1101011 11101000 11 110110 0 1001 100101000 1001001 1000010

Color Harmonies of #E06BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BE8

Black with #E06BE8

Text Example


Text Example

White with #E06BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BE8; }

 p { color: rgb(224,107,232); }

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

background-color css

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

 a { background-color: rgb(224,107,232); }

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

border-color css

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

 span { border-color: rgb(224,107,232); }

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