Html Css Color HEX #EB6A81 Deep Blush

📋 copy color: '#EB6A81'

red 235 ◦ green 106 ◦ blue 129

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

Shades of Deep Blush #EB6A81

Tints of Deep Blush #EB6A81

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.55%

 BLUE value IS 129 (50.78% from 255) = 27.45%

R = 50%
G = 22.55%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB6A81 (or 0xEB6A81) is known color: Deep Blush. HEX triplet: EB, 6A and 81. RGB value is (235,106,129). Sum of RGB (Red+Green+Blue) = 235+106+129=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6A81 is #14957E. Grayscale: #939393. Windows color (decimal): -1348991 or 8481515. OLE color: 8481515.

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

Color convert

RGB 235 106 129 -
CMYK 0 0.55 0.45 0.08
HSL 349.3º 0.76% 0.67% -
HSV(B) 349.3º 0.55% 0.92% -
XYZ 43.38 29.56 24.19 -
YUV 147.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 235 106 129 0 0.55 0.45 0.08 349.3 0.76 0.67
Hex EB 6A 81 0 37 2D 8 15D 4C 43
Octal 353 152 201 0 67 55 10 535 114 103
Binary 11101011 1101010 10000001 0 110111 101101 1000 101011101 1001100 1000011

Color Harmonies of #EB6A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A81

Black with #EB6A81

Text Example


Text Example

White with #EB6A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A81; }

 p { color: rgb(235,106,129); }

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

background-color css

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

 a { background-color: rgb(235,106,129); }

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

border-color css

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

 span { border-color: rgb(235,106,129); }

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