Html Css Color HEX #E069C4 Orchid

📋 copy color: '#E069C4'

red 224 ◦ green 105 ◦ blue 196

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

Shades of Orchid #E069C4

Tints of Orchid #E069C4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20%

 BLUE value IS 196 (76.95% from 255) = 37.33%

R = 42.67%
G = 20%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E069C4 (or 0xE069C4) is known color: Orchid. HEX triplet: E0, 69 and C4. RGB value is (224,105,196). Sum of RGB (Red+Green+Blue) = 224+105+196=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C4 is #1F963B. Grayscale: #969696. Windows color (decimal): -2070076 or 12872160. OLE color: 12872160.

HSL color Cylindrical-coordinate representation of color #E069C4: hue angle of 314.12º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069C4 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 196 -
CMYK 0 0.53 0.12 0.12
HSL 314.12º 0.66% 0.65% -
HSV(B) 314.12º 0.53% 0.88% -
XYZ 45.76 29.94 55.59 -
YUV 150.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 224 105 196 0 0.53 0.12 0.12 314.12 0.66 0.65
Hex E0 69 C4 0 35 C C 13A 42 41
Octal 340 151 304 0 65 14 14 472 102 101
Binary 11100000 1101001 11000100 0 110101 1100 1100 100111010 1000010 1000001

Color Harmonies of #E069C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069C4

Black with #E069C4

Text Example


Text Example

White with #E069C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069C4; }

 p { color: rgb(224,105,196); }

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

background-color css

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

 a { background-color: rgb(224,105,196); }

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

border-color css

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

 span { border-color: rgb(224,105,196); }

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