Html Css Color HEX #EA6383 Deep Blush

📋 copy color: '#EA6383'

red 234 ◦ green 99 ◦ blue 131

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

Shades of Deep Blush #EA6383

Tints of Deep Blush #EA6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

 BLUE value IS 131 (51.56% from 255) = 28.23%

R = 50.43%
G = 21.34%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA6383 (or 0xEA6383) is known color: Deep Blush. HEX triplet: EA, 63 and 83. RGB value is (234,99,131). Sum of RGB (Red+Green+Blue) = 234+99+131=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6383 is #159C7C. Grayscale: #8F8F8F. Windows color (decimal): -1416317 or 8610794. OLE color: 8610794.

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

Color convert

RGB 234 99 131 -
CMYK 0 0.58 0.44 0.08
HSL 345.78º 0.76% 0.65% -
HSV(B) 345.78º 0.58% 0.92% -
XYZ 42.49 28.05 24.65 -
YUV 143.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 234 99 131 0 0.58 0.44 0.08 345.78 0.76 0.65
Hex EA 63 83 0 3A 2C 8 15A 4C 41
Octal 352 143 203 0 72 54 10 532 114 101
Binary 11101010 1100011 10000011 0 111010 101100 1000 101011010 1001100 1000001

Color Harmonies of #EA6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6383

Black with #EA6383

Text Example


Text Example

White with #EA6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6383; }

 p { color: rgb(234,99,131); }

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

background-color css

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

 a { background-color: rgb(234,99,131); }

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

border-color css

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

 span { border-color: rgb(234,99,131); }

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