Html Css Color HEX #EB828D Carissma

📋 copy color: '#EB828D'

red 235 ◦ green 130 ◦ blue 141

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

Shades of Carissma #EB828D

Tints of Carissma #EB828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 46.44%
G = 25.69%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB828D (or 0xEB828D) is known color: Carissma. HEX triplet: EB, 82 and 8D. RGB value is (235,130,141). Sum of RGB (Red+Green+Blue) = 235+130+141=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB828D is #147D72. Grayscale: #A2A2A2. Windows color (decimal): -1342835 or 9274091. OLE color: 9274091.

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

Color convert

RGB 235 130 141 -
CMYK 0 0.45 0.4 0.08
HSL 353.71º 0.72% 0.72% -
HSV(B) 353.71º 0.45% 0.92% -
XYZ 47.05 35.55 29.58 -
YUV 162.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 235 130 141 0 0.45 0.4 0.08 353.71 0.72 0.72
Hex EB 82 8D 0 2D 28 8 162 48 48
Octal 353 202 215 0 55 50 10 542 110 110
Binary 11101011 10000010 10001101 0 101101 101000 1000 101100010 1001000 1001000

Color Harmonies of #EB828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB828D

Black with #EB828D

Text Example


Text Example

White with #EB828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB828D; }

 p { color: rgb(235,130,141); }

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

background-color css

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

 a { background-color: rgb(235,130,141); }

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

border-color css

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

 span { border-color: rgb(235,130,141); }

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