Html Css Color HEX #E278C5 Orchid

📋 copy color: '#E278C5'

red 226 ◦ green 120 ◦ blue 197

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

Shades of Orchid #E278C5

Tints of Orchid #E278C5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.1%

 BLUE value IS 197 (77.34% from 255) = 36.28%

R = 41.62%
G = 22.1%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E278C5 (or 0xE278C5) is known color: Orchid. HEX triplet: E2, 78 and C5. RGB value is (226,120,197). Sum of RGB (Red+Green+Blue) = 226+120+197=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E278C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278C5 is #1D873A. Grayscale: #A0A0A0. Windows color (decimal): -1935163 or 12941538. OLE color: 12941538.

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

Color convert

RGB 226 120 197 -
CMYK 0 0.47 0.13 0.11
HSL 316.42º 0.65% 0.68% -
HSV(B) 316.42º 0.47% 0.89% -
XYZ 48.16 33.63 56.78 -
YUV 160.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 226 120 197 0 0.47 0.13 0.11 316.42 0.65 0.68
Hex E2 78 C5 0 2F D B 13C 41 44
Octal 342 170 305 0 57 15 13 474 101 104
Binary 11100010 1111000 11000101 0 101111 1101 1011 100111100 1000001 1000100

Color Harmonies of #E278C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E278C5

Black with #E278C5

Text Example


Text Example

White with #E278C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E278C5; }

 p { color: rgb(226,120,197); }

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

background-color css

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

 a { background-color: rgb(226,120,197); }

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

border-color css

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

 span { border-color: rgb(226,120,197); }

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