Html Css Color HEX #E46BEA Orchid

📋 copy color: '#E46BEA'

red 228 ◦ green 107 ◦ blue 234

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

Shades of Orchid #E46BEA

Tints of Orchid #E46BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 40.07%
G = 18.8%
B = 41.12%

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

#E46BEA (or 0xE46BEA) is known color: Orchid. HEX triplet: E4, 6B and EA. RGB value is (228,107,234). Sum of RGB (Red+Green+Blue) = 228+107+234=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #E46BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46BEA is #1B9415. Grayscale: #9D9D9D. Windows color (decimal): -1807382 or 15363044. OLE color: 15363044.

HSL color Cylindrical-coordinate representation of color #E46BEA: hue angle of 297.17º degrees, saturation: 0.75, 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 #E46BEA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 107 234 -
CMYK 0.03 0.54 0 0.08
HSL 297.17º 0.75% 0.67% -
HSV(B) 297.17º 0.54% 0.92% -
XYZ 52.1 32.95 81.46 -
YUV 157.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 228 107 234 0.03 0.54 0 0.08 297.17 0.75 0.67
Hex E4 6B EA 3 36 0 8 129 4B 43
Octal 344 153 352 3 66 0 10 451 113 103
Binary 11100100 1101011 11101010 11 110110 0 1000 100101001 1001011 1000011

Color Harmonies of #E46BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BEA

Black with #E46BEA

Text Example


Text Example

White with #E46BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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