Html Css Color HEX #EB6A8A Deep Blush

📋 copy color: '#EB6A8A'

red 235 ◦ green 106 ◦ blue 138

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

Shades of Deep Blush #EB6A8A

Tints of Deep Blush #EB6A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 49.06%
G = 22.13%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB6A8A (or 0xEB6A8A) is known color: Deep Blush. HEX triplet: EB, 6A and 8A. RGB value is (235,106,138). Sum of RGB (Red+Green+Blue) = 235+106+138=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6A8A is #149575. Grayscale: #949494. Windows color (decimal): -1348982 or 9071339. OLE color: 9071339.

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

Color convert

RGB 235 106 138 -
CMYK 0 0.55 0.41 0.08
HSL 345.12º 0.76% 0.67% -
HSV(B) 345.12º 0.55% 0.92% -
XYZ 44 29.81 27.48 -
YUV 148.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 235 106 138 0 0.55 0.41 0.08 345.12 0.76 0.67
Hex EB 6A 8A 0 37 29 8 159 4C 43
Octal 353 152 212 0 67 51 10 531 114 103
Binary 11101011 1101010 10001010 0 110111 101001 1000 101011001 1001100 1000011

Color Harmonies of #EB6A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A8A

Black with #EB6A8A

Text Example


Text Example

White with #EB6A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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