Html Css Color HEX #E46BCA Orchid

📋 copy color: '#E46BCA'

red 228 ◦ green 107 ◦ blue 202

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

Shades of Orchid #E46BCA

Tints of Orchid #E46BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 42.46%
G = 19.93%
B = 37.62%

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

#E46BCA (or 0xE46BCA) is known color: Orchid. HEX triplet: E4, 6B and CA. RGB value is (228,107,202). Sum of RGB (Red+Green+Blue) = 228+107+202=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BCA is #1B9435. Grayscale: #999999. Windows color (decimal): -1807414 or 13265892. OLE color: 13265892.

HSL color Cylindrical-coordinate representation of color #E46BCA: hue angle of 312.89º 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 #E46BCA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 107 202 -
CMYK 0 0.53 0.11 0.11
HSL 312.89º 0.69% 0.66% -
HSV(B) 312.89º 0.53% 0.89% -
XYZ 47.91 31.27 59.39 -
YUV 154.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 228 107 202 0 0.53 0.11 0.11 312.89 0.69 0.66
Hex E4 6B CA 0 35 B B 139 45 42
Octal 344 153 312 0 65 13 13 471 105 102
Binary 11100100 1101011 11001010 0 110101 1011 1011 100111001 1000101 1000010

Color Harmonies of #E46BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BCA

Black with #E46BCA

Text Example


Text Example

White with #E46BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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