Html Css Color HEX #E075C2 Orchid

📋 copy color: '#E075C2'

red 224 ◦ green 117 ◦ blue 194

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

Shades of Orchid #E075C2

Tints of Orchid #E075C2

RGB

 RED value IS 224 (87.89% from 255) = 41.87%

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

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 41.87%
G = 21.87%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E075C2 (or 0xE075C2) is known color: Orchid. HEX triplet: E0, 75 and C2. RGB value is (224,117,194). Sum of RGB (Red+Green+Blue) = 224+117+194=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E075C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075C2 is #1F8A3D. Grayscale: #9D9D9D. Windows color (decimal): -2067006 or 12744160. OLE color: 12744160.

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

Color convert

RGB 224 117 194 -
CMYK 0 0.48 0.13 0.12
HSL 316.82º 0.63% 0.67% -
HSV(B) 316.82º 0.48% 0.88% -
XYZ 46.84 32.46 54.84 -
YUV 157.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 224 117 194 0 0.48 0.13 0.12 316.82 0.63 0.67
Hex E0 75 C2 0 30 D C 13D 3F 43
Octal 340 165 302 0 60 15 14 475 77 103
Binary 11100000 1110101 11000010 0 110000 1101 1100 100111101 111111 1000011

Color Harmonies of #E075C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075C2

Black with #E075C2

Text Example


Text Example

White with #E075C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075C2; }

 p { color: rgb(224,117,194); }

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

background-color css

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

 a { background-color: rgb(224,117,194); }

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

border-color css

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

 span { border-color: rgb(224,117,194); }

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