Html Css Color HEX #EB7D9A Carissma

📋 copy color: '#EB7D9A'

red 235 ◦ green 125 ◦ blue 154

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

Shades of Carissma #EB7D9A

Tints of Carissma #EB7D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.32%

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

R = 45.72%
G = 24.32%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB7D9A (or 0xEB7D9A) is known color: Carissma. HEX triplet: EB, 7D and 9A. RGB value is (235,125,154). Sum of RGB (Red+Green+Blue) = 235+125+154=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D9A is #148265. Grayscale: #A1A1A1. Windows color (decimal): -1344102 or 10124779. OLE color: 10124779.

HSL color Cylindrical-coordinate representation of color #EB7D9A: hue angle of 344.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7D9A is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 125 154 -
CMYK 0 0.47 0.34 0.08
HSL 344.18º 0.73% 0.71% -
HSV(B) 344.18º 0.47% 0.92% -
XYZ 47.43 34.66 34.76 -
YUV 161.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 235 125 154 0 0.47 0.34 0.08 344.18 0.73 0.71
Hex EB 7D 9A 0 2F 22 8 158 49 47
Octal 353 175 232 0 57 42 10 530 111 107
Binary 11101011 1111101 10011010 0 101111 100010 1000 101011000 1001001 1000111

Color Harmonies of #EB7D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D9A

Black with #EB7D9A

Text Example


Text Example

White with #EB7D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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