Html Css Color HEX #E06BE1 Orchid

📋 copy color: '#E06BE1'

red 224 ◦ green 107 ◦ blue 225

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

Shades of Orchid #E06BE1

Tints of Orchid #E06BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.47%

R = 40.29%
G = 19.24%
B = 40.47%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E06BE1 (or 0xE06BE1) is known color: Orchid. HEX triplet: E0, 6B and E1. RGB value is (224,107,225). Sum of RGB (Red+Green+Blue) = 224+107+225=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #E06BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BE1 is #1F941E. Grayscale: #9B9B9B. Windows color (decimal): -2069535 or 14773216. OLE color: 14773216.

HSL color Cylindrical-coordinate representation of color #E06BE1: hue angle of 299.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BE1 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 225 -
CMYK 0.00 0.52 0 0.12
HSL 299.49º 0.66% 0.65% -
HSV(B) 299.49º 0.52% 0.88% -
XYZ 49.59 31.8 74.76 -
YUV 155.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 224 107 225 0.00 0.52 0 0.12 299.49 0.66 0.65
Hex E0 6B E1 0 34 0 C 12B 42 41
Octal 340 153 341 0 64 0 14 453 102 101
Binary 11100000 1101011 11100001 0 110100 0 1100 100101011 1000010 1000001

Color Harmonies of #E06BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BE1

Black with #E06BE1

Text Example


Text Example

White with #E06BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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