Html Css Color HEX #E375CB Orchid

📋 copy color: '#E375CB'

red 227 ◦ green 117 ◦ blue 203

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

Shades of Orchid #E375CB

Tints of Orchid #E375CB

RGB

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

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

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

R = 41.5%
G = 21.39%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E375CB (or 0xE375CB) is known color: Orchid. HEX triplet: E3, 75 and CB. RGB value is (227,117,203). Sum of RGB (Red+Green+Blue) = 227+117+203=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E375CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375CB is #1C8A34. Grayscale: #9F9F9F. Windows color (decimal): -1870389 or 13333987. OLE color: 13333987.

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

Color convert

RGB 227 117 203 -
CMYK 0 0.48 0.11 0.11
HSL 313.09º 0.66% 0.67% -
HSV(B) 313.09º 0.48% 0.89% -
XYZ 48.82 33.37 60.37 -
YUV 159.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 227 117 203 0 0.48 0.11 0.11 313.09 0.66 0.67
Hex E3 75 CB 0 30 B B 139 42 43
Octal 343 165 313 0 60 13 13 471 102 103
Binary 11100011 1110101 11001011 0 110000 1011 1011 100111001 1000010 1000011

Color Harmonies of #E375CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375CB

Black with #E375CB

Text Example


Text Example

White with #E375CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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