Html Css Color HEX #EB7D90 Carissma

📋 copy color: '#EB7D90'

red 235 ◦ green 125 ◦ blue 144

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

Shades of Carissma #EB7D90

Tints of Carissma #EB7D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 46.63%
G = 24.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB7D90 (or 0xEB7D90) is known color: Carissma. HEX triplet: EB, 7D and 90. RGB value is (235,125,144). Sum of RGB (Red+Green+Blue) = 235+125+144=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D90 is #14826F. Grayscale: #A0A0A0. Windows color (decimal): -1344112 or 9469419. OLE color: 9469419.

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

Color convert

RGB 235 125 144 -
CMYK 0 0.47 0.39 0.08
HSL 349.64º 0.73% 0.71% -
HSV(B) 349.64º 0.47% 0.92% -
XYZ 46.63 34.34 30.56 -
YUV 160.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 235 125 144 0 0.47 0.39 0.08 349.64 0.73 0.71
Hex EB 7D 90 0 2F 27 8 15E 49 47
Octal 353 175 220 0 57 47 10 536 111 107
Binary 11101011 1111101 10010000 0 101111 100111 1000 101011110 1001001 1000111

Color Harmonies of #EB7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D90

Black with #EB7D90

Text Example


Text Example

White with #EB7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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