Html Css Color HEX #EB828A Carissma

📋 copy color: '#EB828A'

red 235 ◦ green 130 ◦ blue 138

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

Shades of Carissma #EB828A

Tints of Carissma #EB828A

RGB

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

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

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

R = 46.72%
G = 25.84%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB828A (or 0xEB828A) is known color: Carissma. HEX triplet: EB, 82 and 8A. RGB value is (235,130,138). Sum of RGB (Red+Green+Blue) = 235+130+138=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB828A is #147D75. Grayscale: #A2A2A2. Windows color (decimal): -1342838 or 9077483. OLE color: 9077483.

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

Color convert

RGB 235 130 138 -
CMYK 0 0.45 0.41 0.08
HSL 355.43º 0.72% 0.72% -
HSV(B) 355.43º 0.45% 0.92% -
XYZ 46.83 35.46 28.42 -
YUV 162.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 235 130 138 0 0.45 0.41 0.08 355.43 0.72 0.72
Hex EB 82 8A 0 2D 29 8 163 48 48
Octal 353 202 212 0 55 51 10 543 110 110
Binary 11101011 10000010 10001010 0 101101 101001 1000 101100011 1001000 1001000

Color Harmonies of #EB828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB828A

Black with #EB828A

Text Example


Text Example

White with #EB828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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