Html Css Color HEX #E36BC4 Orchid

📋 copy color: '#E36BC4'

red 227 ◦ green 107 ◦ blue 196

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

Shades of Orchid #E36BC4

Tints of Orchid #E36BC4

RGB

 RED value IS 227 (89.06% from 255) = 42.83%

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

 BLUE value IS 196 (76.95% from 255) = 36.98%

R = 42.83%
G = 20.19%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E36BC4 (or 0xE36BC4) is known color: Orchid. HEX triplet: E3, 6B and C4. RGB value is (227,107,196). Sum of RGB (Red+Green+Blue) = 227+107+196=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BC4 is #1C943B. Grayscale: #989898. Windows color (decimal): -1872956 or 12872675. OLE color: 12872675.

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

Color convert

RGB 227 107 196 -
CMYK 0 0.53 0.14 0.11
HSL 315.5º 0.68% 0.65% -
HSV(B) 315.5º 0.53% 0.89% -
XYZ 46.9 30.83 55.7 -
YUV 153.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 227 107 196 0 0.53 0.14 0.11 315.5 0.68 0.65
Hex E3 6B C4 0 35 E B 13C 44 41
Octal 343 153 304 0 65 16 13 474 104 101
Binary 11100011 1101011 11000100 0 110101 1110 1011 100111100 1000100 1000001

Color Harmonies of #E36BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BC4

Black with #E36BC4

Text Example


Text Example

White with #E36BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BC4; }

 p { color: rgb(227,107,196); }

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

background-color css

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

 a { background-color: rgb(227,107,196); }

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

border-color css

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

 span { border-color: rgb(227,107,196); }

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