Html Css Color HEX #EB828E Carissma

📋 copy color: '#EB828E'

red 235 ◦ green 130 ◦ blue 142

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

Shades of Carissma #EB828E

Tints of Carissma #EB828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 46.35%
G = 25.64%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB828E (or 0xEB828E) is known color: Carissma. HEX triplet: EB, 82 and 8E. RGB value is (235,130,142). Sum of RGB (Red+Green+Blue) = 235+130+142=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB828E is #147D71. Grayscale: #A2A2A2. Windows color (decimal): -1342834 or 9339627. OLE color: 9339627.

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

Color convert

RGB 235 130 142 -
CMYK 0 0.45 0.40 0.08
HSL 353.14º 0.72% 0.72% -
HSV(B) 353.14º 0.45% 0.92% -
XYZ 47.13 35.58 29.98 -
YUV 162.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 235 130 142 0 0.45 0.40 0.08 353.14 0.72 0.72
Hex EB 82 8E 0 2D 28 8 161 48 48
Octal 353 202 216 0 55 50 10 541 110 110
Binary 11101011 10000010 10001110 0 101101 101000 1000 101100001 1001000 1001000

Color Harmonies of #EB828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB828E

Black with #EB828E

Text Example


Text Example

White with #EB828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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