Html Css Color HEX #E36FCB Orchid

📋 copy color: '#E36FCB'

red 227 ◦ green 111 ◦ blue 203

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

Shades of Orchid #E36FCB

Tints of Orchid #E36FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

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

R = 41.96%
G = 20.52%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E36FCB (or 0xE36FCB) is known color: Orchid. HEX triplet: E3, 6F and CB. RGB value is (227,111,203). Sum of RGB (Red+Green+Blue) = 227+111+203=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FCB is #1C9034. Grayscale: #9B9B9B. Windows color (decimal): -1871925 or 13332451. OLE color: 13332451.

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

Color convert

RGB 227 111 203 -
CMYK 0 0.51 0.11 0.11
HSL 312.41º 0.67% 0.66% -
HSV(B) 312.41º 0.51% 0.89% -
XYZ 48.14 32.01 60.14 -
YUV 156.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 227 111 203 0 0.51 0.11 0.11 312.41 0.67 0.66
Hex E3 6F CB 0 33 B B 138 43 42
Octal 343 157 313 0 63 13 13 470 103 102
Binary 11100011 1101111 11001011 0 110011 1011 1011 100111000 1000011 1000010

Color Harmonies of #E36FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36FCB

Black with #E36FCB

Text Example


Text Example

White with #E36FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36FCB; }

 p { color: rgb(227,111,203); }

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

background-color css

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

 a { background-color: rgb(227,111,203); }

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

border-color css

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

 span { border-color: rgb(227,111,203); }

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