Html Css Color HEX #EB74D3 Orchid

📋 copy color: '#EB74D3'

red 235 ◦ green 116 ◦ blue 211

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

Shades of Orchid #EB74D3

Tints of Orchid #EB74D3

RGB

 RED value IS 235 (92.19% from 255) = 41.81%

 GREEN value IS 116 (45.7% from 255) = 20.64%

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 41.81%
G = 20.64%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB74D3 (or 0xEB74D3) is known color: Orchid. HEX triplet: EB, 74 and D3. RGB value is (235,116,211). Sum of RGB (Red+Green+Blue) = 235+116+211=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74D3 is #148B2C. Grayscale: #A2A2A2. Windows color (decimal): -1346349 or 13858027. OLE color: 13858027.

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

Color convert

RGB 235 116 211 -
CMYK 0 0.51 0.10 0.08
HSL 312.1º 0.75% 0.69% -
HSV(B) 312.1º 0.51% 0.92% -
XYZ 52.26 34.86 65.6 -
YUV 162.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 235 116 211 0 0.51 0.10 0.08 312.1 0.75 0.69
Hex EB 74 D3 0 33 A 8 138 4B 45
Octal 353 164 323 0 63 12 10 470 113 105
Binary 11101011 1110100 11010011 0 110011 1010 1000 100111000 1001011 1000101

Color Harmonies of #EB74D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74D3

Black with #EB74D3

Text Example


Text Example

White with #EB74D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74D3; }

 p { color: rgb(235,116,211); }

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

background-color css

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

 a { background-color: rgb(235,116,211); }

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

border-color css

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

 span { border-color: rgb(235,116,211); }

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