Html Css Color HEX #EB7D9D Carissma

📋 copy color: '#EB7D9D'

red 235 ◦ green 125 ◦ blue 157

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

Shades of Carissma #EB7D9D

Tints of Carissma #EB7D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 45.45%
G = 24.18%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB7D9D (or 0xEB7D9D) is known color: Carissma. HEX triplet: EB, 7D and 9D. RGB value is (235,125,157). Sum of RGB (Red+Green+Blue) = 235+125+157=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D9D is #148262. Grayscale: #A1A1A1. Windows color (decimal): -1344099 or 10321387. OLE color: 10321387.

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

Color convert

RGB 235 125 157 -
CMYK 0 0.47 0.33 0.08
HSL 342.55º 0.73% 0.71% -
HSV(B) 342.55º 0.47% 0.92% -
XYZ 47.68 34.76 36.1 -
YUV 161.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 235 125 157 0 0.47 0.33 0.08 342.55 0.73 0.71
Hex EB 7D 9D 0 2F 21 8 157 49 47
Octal 353 175 235 0 57 41 10 527 111 107
Binary 11101011 1111101 10011101 0 101111 100001 1000 101010111 1001001 1000111

Color Harmonies of #EB7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D9D

Black with #EB7D9D

Text Example


Text Example

White with #EB7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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