Html Css Color HEX #E273CB Orchid

📋 copy color: '#E273CB'

red 226 ◦ green 115 ◦ blue 203

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

Shades of Orchid #E273CB

Tints of Orchid #E273CB

RGB

 RED value IS 226 (88.67% from 255) = 41.54%

 GREEN value IS 115 (45.31% from 255) = 21.14%

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

R = 41.54%
G = 21.14%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E273CB (or 0xE273CB) is known color: Orchid. HEX triplet: E2, 73 and CB. RGB value is (226,115,203). Sum of RGB (Red+Green+Blue) = 226+115+203=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E273CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273CB is #1D8C34. Grayscale: #9D9D9D. Windows color (decimal): -1936437 or 13333474. OLE color: 13333474.

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

Color convert

RGB 226 115 203 -
CMYK 0 0.49 0.10 0.11
HSL 312.43º 0.66% 0.67% -
HSV(B) 312.43º 0.49% 0.89% -
XYZ 48.27 32.74 60.28 -
YUV 158.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 226 115 203 0 0.49 0.10 0.11 312.43 0.66 0.67
Hex E2 73 CB 0 31 A B 138 42 43
Octal 342 163 313 0 61 12 13 470 102 103
Binary 11100010 1110011 11001011 0 110001 1010 1011 100111000 1000010 1000011

Color Harmonies of #E273CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273CB

Black with #E273CB

Text Example


Text Example

White with #E273CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273CB; }

 p { color: rgb(226,115,203); }

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

background-color css

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

 a { background-color: rgb(226,115,203); }

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

border-color css

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

 span { border-color: rgb(226,115,203); }

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