Html Css Color HEX #EA6FDE Orchid

📋 copy color: '#EA6FDE'

red 234 ◦ green 111 ◦ blue 222

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

Shades of Orchid #EA6FDE

Tints of Orchid #EA6FDE

RGB

 RED value IS 234 (91.8% from 255) = 41.27%

 GREEN value IS 111 (43.75% from 255) = 19.58%

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 41.27%
G = 19.58%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA6FDE (or 0xEA6FDE) is known color: Orchid. HEX triplet: EA, 6F and DE. RGB value is (234,111,222). Sum of RGB (Red+Green+Blue) = 234+111+222=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FDE is #159021. Grayscale: #A0A0A0. Windows color (decimal): -1413154 or 14577642. OLE color: 14577642.

HSL color Cylindrical-coordinate representation of color #EA6FDE: hue angle of 305.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FDE is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 111 222 -
CMYK 0 0.53 0.05 0.08
HSL 305.85º 0.75% 0.68% -
HSV(B) 305.85º 0.53% 0.92% -
XYZ 52.8 34.14 72.91 -
YUV 160.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 234 111 222 0 0.53 0.05 0.08 305.85 0.75 0.68
Hex EA 6F DE 0 35 5 8 132 4B 44
Octal 352 157 336 0 65 5 10 462 113 104
Binary 11101010 1101111 11011110 0 110101 101 1000 100110010 1001011 1000100

Color Harmonies of #EA6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6FDE

Black with #EA6FDE

Text Example


Text Example

White with #EA6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6FDE; }

 p { color: rgb(234,111,222); }

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

background-color css

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

 a { background-color: rgb(234,111,222); }

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

border-color css

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

 span { border-color: rgb(234,111,222); }

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