Html Css Color HEX #E46BCB Orchid

📋 copy color: '#E46BCB'

red 228 ◦ green 107 ◦ blue 203

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

Shades of Orchid #E46BCB

Tints of Orchid #E46BCB

RGB

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

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

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

R = 42.38%
G = 19.89%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E46BCB (or 0xE46BCB) is known color: Orchid. HEX triplet: E4, 6B and CB. RGB value is (228,107,203). Sum of RGB (Red+Green+Blue) = 228+107+203=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BCB is #1B9434. Grayscale: #999999. Windows color (decimal): -1807413 or 13331428. OLE color: 13331428.

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

Color convert

RGB 228 107 203 -
CMYK 0 0.53 0.11 0.11
HSL 312.4º 0.69% 0.66% -
HSV(B) 312.4º 0.53% 0.89% -
XYZ 48.03 31.32 60.01 -
YUV 154.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 228 107 203 0 0.53 0.11 0.11 312.4 0.69 0.66
Hex E4 6B CB 0 35 B B 138 45 42
Octal 344 153 313 0 65 13 13 470 105 102
Binary 11100100 1101011 11001011 0 110101 1011 1011 100111000 1000101 1000010

Color Harmonies of #E46BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BCB

Black with #E46BCB

Text Example


Text Example

White with #E46BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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