Html Css Color HEX #EB829A Carissma

📋 copy color: '#EB829A'

red 235 ◦ green 130 ◦ blue 154

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

Shades of Carissma #EB829A

Tints of Carissma #EB829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 45.28%
G = 25.05%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB829A (or 0xEB829A) is known color: Carissma. HEX triplet: EB, 82 and 9A. RGB value is (235,130,154). Sum of RGB (Red+Green+Blue) = 235+130+154=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB829A is #147D65. Grayscale: #A4A4A4. Windows color (decimal): -1342822 or 10126059. OLE color: 10126059.

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

Color convert

RGB 235 130 154 -
CMYK 0 0.45 0.34 0.08
HSL 346.29º 0.72% 0.72% -
HSV(B) 346.29º 0.45% 0.92% -
XYZ 48.08 35.96 34.98 -
YUV 164.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 235 130 154 0 0.45 0.34 0.08 346.29 0.72 0.72
Hex EB 82 9A 0 2D 22 8 15A 48 48
Octal 353 202 232 0 55 42 10 532 110 110
Binary 11101011 10000010 10011010 0 101101 100010 1000 101011010 1001000 1001000

Color Harmonies of #EB829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB829A

Black with #EB829A

Text Example


Text Example

White with #EB829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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