Html Css Color HEX #E074CE Orchid

📋 copy color: '#E074CE'

red 224 ◦ green 116 ◦ blue 206

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

Shades of Orchid #E074CE

Tints of Orchid #E074CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.25%

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 41.03%
G = 21.25%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E074CE (or 0xE074CE) is known color: Orchid. HEX triplet: E0, 74 and CE. RGB value is (224,116,206). Sum of RGB (Red+Green+Blue) = 224+116+206=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E074CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074CE is #1F8B31. Grayscale: #9E9E9E. Windows color (decimal): -2067250 or 13530336. OLE color: 13530336.

HSL color Cylindrical-coordinate representation of color #E074CE: hue angle of 310º degrees, saturation: 0.64, 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 #E074CE is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 206 -
CMYK 0 0.48 0.08 0.12
HSL 310º 0.64% 0.67% -
HSV(B) 310º 0.48% 0.88% -
XYZ 48.13 32.79 62.19 -
YUV 158.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 224 116 206 0 0.48 0.08 0.12 310 0.64 0.67
Hex E0 74 CE 0 30 8 C 136 40 43
Octal 340 164 316 0 60 10 14 466 100 103
Binary 11100000 1110100 11001110 0 110000 1000 1100 100110110 1000000 1000011

Color Harmonies of #E074CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074CE

Black with #E074CE

Text Example


Text Example

White with #E074CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074CE; }

 p { color: rgb(224,116,206); }

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

background-color css

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

 a { background-color: rgb(224,116,206); }

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

border-color css

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

 span { border-color: rgb(224,116,206); }

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