Html Css Color HEX #EA6DDB Orchid

📋 copy color: '#EA6DDB'

red 234 ◦ green 109 ◦ blue 219

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

Shades of Orchid #EA6DDB

Tints of Orchid #EA6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.4%

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 41.64%
G = 19.4%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA6DDB (or 0xEA6DDB) is known color: Orchid. HEX triplet: EA, 6D and DB. RGB value is (234,109,219). Sum of RGB (Red+Green+Blue) = 234+109+219=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DDB is #159224. Grayscale: #9E9E9E. Windows color (decimal): -1413669 or 14380522. OLE color: 14380522.

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

Color convert

RGB 234 109 219 -
CMYK 0 0.53 0.06 0.08
HSL 307.2º 0.75% 0.67% -
HSV(B) 307.2º 0.53% 0.92% -
XYZ 52.19 33.54 70.74 -
YUV 158.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 234 109 219 0 0.53 0.06 0.08 307.2 0.75 0.67
Hex EA 6D DB 0 35 6 8 133 4B 43
Octal 352 155 333 0 65 6 10 463 113 103
Binary 11101010 1101101 11011011 0 110101 110 1000 100110011 1001011 1000011

Color Harmonies of #EA6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DDB

Black with #EA6DDB

Text Example


Text Example

White with #EA6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DDB; }

 p { color: rgb(234,109,219); }

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

background-color css

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

 a { background-color: rgb(234,109,219); }

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

border-color css

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

 span { border-color: rgb(234,109,219); }

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