Html Css Color HEX #EB828F Carissma

📋 copy color: '#EB828F'

red 235 ◦ green 130 ◦ blue 143

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

Shades of Carissma #EB828F

Tints of Carissma #EB828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 46.26%
G = 25.59%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB828F (or 0xEB828F) is known color: Carissma. HEX triplet: EB, 82 and 8F. RGB value is (235,130,143). Sum of RGB (Red+Green+Blue) = 235+130+143=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB828F is #147D70. Grayscale: #A2A2A2. Windows color (decimal): -1342833 or 9405163. OLE color: 9405163.

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

Color convert

RGB 235 130 143 -
CMYK 0 0.45 0.39 0.08
HSL 352.57º 0.72% 0.72% -
HSV(B) 352.57º 0.45% 0.92% -
XYZ 47.2 35.61 30.37 -
YUV 162.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 235 130 143 0 0.45 0.39 0.08 352.57 0.72 0.72
Hex EB 82 8F 0 2D 27 8 161 48 48
Octal 353 202 217 0 55 47 10 541 110 110
Binary 11101011 10000010 10001111 0 101101 100111 1000 101100001 1001000 1001000

Color Harmonies of #EB828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB828F

Black with #EB828F

Text Example


Text Example

White with #EB828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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