Html Css Color HEX #EB84A1 Carissma

📋 copy color: '#EB84A1'

red 235 ◦ green 132 ◦ blue 161

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

Shades of Carissma #EB84A1

Tints of Carissma #EB84A1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25%

 BLUE value IS 161 (63.28% from 255) = 30.49%

R = 44.51%
G = 25%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB84A1 (or 0xEB84A1) is known color: Carissma. HEX triplet: EB, 84 and A1. RGB value is (235,132,161). Sum of RGB (Red+Green+Blue) = 235+132+161=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB84A1 is #147B5E. Grayscale: #A6A6A6. Windows color (decimal): -1342303 or 10585323. OLE color: 10585323.

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

Color convert

RGB 235 132 161 -
CMYK 0 0.44 0.31 0.08
HSL 343.11º 0.72% 0.72% -
HSV(B) 343.11º 0.44% 0.92% -
XYZ 48.95 36.74 38.23 -
YUV 166.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 235 132 161 0 0.44 0.31 0.08 343.11 0.72 0.72
Hex EB 84 A1 0 2C 1F 8 157 48 48
Octal 353 204 241 0 54 37 10 527 110 110
Binary 11101011 10000100 10100001 0 101100 11111 1000 101010111 1001000 1001000

Color Harmonies of #EB84A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB84A1

Black with #EB84A1

Text Example


Text Example

White with #EB84A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB84A1; }

 p { color: rgb(235,132,161); }

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

background-color css

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

 a { background-color: rgb(235,132,161); }

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

border-color css

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

 span { border-color: rgb(235,132,161); }

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