Html Css Color HEX #E46BEB Orchid

📋 copy color: '#E46BEB'

red 228 ◦ green 107 ◦ blue 235

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

Shades of Orchid #E46BEB

Tints of Orchid #E46BEB

RGB

 RED value IS 228 (89.45% from 255) = 40%

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

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 40%
G = 18.77%
B = 41.23%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E46BEB (or 0xE46BEB) is known color: Orchid. HEX triplet: E4, 6B and EB. RGB value is (228,107,235). Sum of RGB (Red+Green+Blue) = 228+107+235=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #E46BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46BEB is #1B9414. Grayscale: #9D9D9D. Windows color (decimal): -1807381 or 15428580. OLE color: 15428580.

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

Color convert

RGB 228 107 235 -
CMYK 0.03 0.54 0 0.08
HSL 296.72º 0.76% 0.67% -
HSV(B) 296.72º 0.54% 0.92% -
XYZ 52.25 33.01 82.21 -
YUV 157.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 228 107 235 0.03 0.54 0 0.08 296.72 0.76 0.67
Hex E4 6B EB 3 36 0 8 129 4C 43
Octal 344 153 353 3 66 0 10 451 114 103
Binary 11100100 1101011 11101011 11 110110 0 1000 100101001 1001100 1000011

Color Harmonies of #E46BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BEB

Black with #E46BEB

Text Example


Text Example

White with #E46BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BEB; }

 p { color: rgb(228,107,235); }

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

background-color css

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

 a { background-color: rgb(228,107,235); }

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

border-color css

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

 span { border-color: rgb(228,107,235); }

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