Html Css Color HEX #E067EA Orchid

📋 copy color: '#E067EA'

red 224 ◦ green 103 ◦ blue 234

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

Shades of Orchid #E067EA

Tints of Orchid #E067EA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.36%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 39.93%
G = 18.36%
B = 41.71%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E067EA (or 0xE067EA) is known color: Orchid. HEX triplet: E0, 67 and EA. RGB value is (224,103,234). Sum of RGB (Red+Green+Blue) = 224+103+234=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #E067EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E067EA is #1F9815. Grayscale: #999999. Windows color (decimal): -2070550 or 15362016. OLE color: 15362016.

HSL color Cylindrical-coordinate representation of color #E067EA: hue angle of 295.42º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E067EA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 103 234 -
CMYK 0.04 0.56 0 0.08
HSL 295.42º 0.76% 0.66% -
HSV(B) 295.42º 0.56% 0.92% -
XYZ 50.44 31.49 81.26 -
YUV 154.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 224 103 234 0.04 0.56 0 0.08 295.42 0.76 0.66
Hex E0 67 EA 4 38 0 8 127 4C 42
Octal 340 147 352 4 70 0 10 447 114 102
Binary 11100000 1100111 11101010 100 111000 0 1000 100100111 1001100 1000010

Color Harmonies of #E067EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067EA

Black with #E067EA

Text Example


Text Example

White with #E067EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067EA; }

 p { color: rgb(224,103,234); }

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

background-color css

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

 a { background-color: rgb(224,103,234); }

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

border-color css

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

 span { border-color: rgb(224,103,234); }

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