Html Css Color HEX #EA6FDA Orchid

📋 copy color: '#EA6FDA'

red 234 ◦ green 111 ◦ blue 218

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

Shades of Orchid #EA6FDA

Tints of Orchid #EA6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 41.56%
G = 19.72%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA6FDA (or 0xEA6FDA) is known color: Orchid. HEX triplet: EA, 6F and DA. RGB value is (234,111,218). Sum of RGB (Red+Green+Blue) = 234+111+218=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FDA is #159025. Grayscale: #9F9F9F. Windows color (decimal): -1413158 or 14315498. OLE color: 14315498.

HSL color Cylindrical-coordinate representation of color #EA6FDA: hue angle of 307.8º 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 #EA6FDA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 111 218 -
CMYK 0 0.53 0.07 0.08
HSL 307.8º 0.75% 0.68% -
HSV(B) 307.8º 0.53% 0.92% -
XYZ 52.27 33.92 70.12 -
YUV 159.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 234 111 218 0 0.53 0.07 0.08 307.8 0.75 0.68
Hex EA 6F DA 0 35 7 8 134 4B 44
Octal 352 157 332 0 65 7 10 464 113 104
Binary 11101010 1101111 11011010 0 110101 111 1000 100110100 1001011 1000100

Color Harmonies of #EA6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6FDA

Black with #EA6FDA

Text Example


Text Example

White with #EA6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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