Html Css Color HEX #E375CA Orchid

📋 copy color: '#E375CA'

red 227 ◦ green 117 ◦ blue 202

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

Shades of Orchid #E375CA

Tints of Orchid #E375CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37%

R = 41.58%
G = 21.43%
B = 37%

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

#E375CA (or 0xE375CA) is known color: Orchid. HEX triplet: E3, 75 and CA. RGB value is (227,117,202). Sum of RGB (Red+Green+Blue) = 227+117+202=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E375CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375CA is #1C8A35. Grayscale: #9F9F9F. Windows color (decimal): -1870390 or 13268451. OLE color: 13268451.

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

Color convert

RGB 227 117 202 -
CMYK 0 0.48 0.11 0.11
HSL 313.64º 0.66% 0.67% -
HSV(B) 313.64º 0.48% 0.89% -
XYZ 48.7 33.32 59.74 -
YUV 159.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 227 117 202 0 0.48 0.11 0.11 313.64 0.66 0.67
Hex E3 75 CA 0 30 B B 13A 42 43
Octal 343 165 312 0 60 13 13 472 102 103
Binary 11100011 1110101 11001010 0 110000 1011 1011 100111010 1000010 1000011

Color Harmonies of #E375CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375CA

Black with #E375CA

Text Example


Text Example

White with #E375CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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