Html Css Color HEX #E375C8 Orchid

📋 copy color: '#E375C8'

red 227 ◦ green 117 ◦ blue 200

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

Shades of Orchid #E375C8

Tints of Orchid #E375C8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 41.73%
G = 21.51%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E375C8 (or 0xE375C8) is known color: Orchid. HEX triplet: E3, 75 and C8. RGB value is (227,117,200). Sum of RGB (Red+Green+Blue) = 227+117+200=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E375C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375C8 is #1C8A37. Grayscale: #9F9F9F. Windows color (decimal): -1870392 or 13137379. OLE color: 13137379.

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

Color convert

RGB 227 117 200 -
CMYK 0 0.48 0.12 0.11
HSL 314.73º 0.66% 0.67% -
HSV(B) 314.73º 0.48% 0.89% -
XYZ 48.47 33.22 58.5 -
YUV 159.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 227 117 200 0 0.48 0.12 0.11 314.73 0.66 0.67
Hex E3 75 C8 0 30 C B 13B 42 43
Octal 343 165 310 0 60 14 13 473 102 103
Binary 11100011 1110101 11001000 0 110000 1100 1011 100111011 1000010 1000011

Color Harmonies of #E375C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375C8

Black with #E375C8

Text Example


Text Example

White with #E375C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375C8; }

 p { color: rgb(227,117,200); }

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

background-color css

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

 a { background-color: rgb(227,117,200); }

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

border-color css

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

 span { border-color: rgb(227,117,200); }

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