Html Css Color HEX #E375D4 Orchid

📋 copy color: '#E375D4'

red 227 ◦ green 117 ◦ blue 212

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

Shades of Orchid #E375D4

Tints of Orchid #E375D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 40.83%
G = 21.04%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E375D4 (or 0xE375D4) is known color: Orchid. HEX triplet: E3, 75 and D4. RGB value is (227,117,212). Sum of RGB (Red+Green+Blue) = 227+117+212=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E375D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375D4 is #1C8A2B. Grayscale: #A0A0A0. Windows color (decimal): -1870380 or 13923811. OLE color: 13923811.

HSL color Cylindrical-coordinate representation of color #E375D4: hue angle of 308.18º 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 #E375D4 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 117 212 -
CMYK 0 0.48 0.07 0.11
HSL 308.18º 0.66% 0.67% -
HSV(B) 308.18º 0.48% 0.89% -
XYZ 49.92 33.81 66.18 -
YUV 160.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 227 117 212 0 0.48 0.07 0.11 308.18 0.66 0.67
Hex E3 75 D4 0 30 7 B 134 42 43
Octal 343 165 324 0 60 7 13 464 102 103
Binary 11100011 1110101 11010100 0 110000 111 1011 100110100 1000010 1000011

Color Harmonies of #E375D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375D4

Black with #E375D4

Text Example


Text Example

White with #E375D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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