Html Css Color HEX #E46ECB Orchid

📋 copy color: '#E46ECB'

red 228 ◦ green 110 ◦ blue 203

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

Shades of Orchid #E46ECB

Tints of Orchid #E46ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.33%

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 42.14%
G = 20.33%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E46ECB (or 0xE46ECB) is known color: Orchid. HEX triplet: E4, 6E and CB. RGB value is (228,110,203). Sum of RGB (Red+Green+Blue) = 228+110+203=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ECB is #1B9134. Grayscale: #9B9B9B. Windows color (decimal): -1806645 or 13332196. OLE color: 13332196.

HSL color Cylindrical-coordinate representation of color #E46ECB: hue angle of 312.71º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46ECB is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 110 203 -
CMYK 0 0.52 0.11 0.11
HSL 312.71º 0.69% 0.66% -
HSV(B) 312.71º 0.52% 0.89% -
XYZ 48.35 31.96 60.12 -
YUV 155.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 228 110 203 0 0.52 0.11 0.11 312.71 0.69 0.66
Hex E4 6E CB 0 34 B B 139 45 42
Octal 344 156 313 0 64 13 13 471 105 102
Binary 11100100 1101110 11001011 0 110100 1011 1011 100111001 1000101 1000010

Color Harmonies of #E46ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46ECB

Black with #E46ECB

Text Example


Text Example

White with #E46ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46ECB; }

 p { color: rgb(228,110,203); }

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

background-color css

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

 a { background-color: rgb(228,110,203); }

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

border-color css

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

 span { border-color: rgb(228,110,203); }

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