Html Css Color HEX #EF799B Carissma

📋 copy color: '#EF799B'

red 239 ◦ green 121 ◦ blue 155

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

Shades of Carissma #EF799B

Tints of Carissma #EF799B

RGB

 RED value IS 239 (93.75% from 255) = 46.41%

 GREEN value IS 121 (47.66% from 255) = 23.5%

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 46.41%
G = 23.5%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF799B (or 0xEF799B) is known color: Carissma. HEX triplet: EF, 79 and 9B. RGB value is (239,121,155). Sum of RGB (Red+Green+Blue) = 239+121+155=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF799B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF799B is #108664. Grayscale: #A0A0A0. Windows color (decimal): -1082981 or 10189295. OLE color: 10189295.

HSL color Cylindrical-coordinate representation of color #EF799B: hue angle of 342.71º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF799B is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 121 155 -
CMYK 0 0.49 0.35 0.06
HSL 342.71º 0.79% 0.71% -
HSV(B) 342.71º 0.49% 0.94% -
XYZ 48.35 34.39 35.1 -
YUV 160.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 239 121 155 0 0.49 0.35 0.06 342.71 0.79 0.71
Hex EF 79 9B 0 31 23 6 157 4F 47
Octal 357 171 233 0 61 43 6 527 117 107
Binary 11101111 1111001 10011011 0 110001 100011 110 101010111 1001111 1000111

Color Harmonies of #EF799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF799B

Black with #EF799B

Text Example


Text Example

White with #EF799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF799B; }

 p { color: rgb(239,121,155); }

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

background-color css

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

 a { background-color: rgb(239,121,155); }

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

border-color css

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

 span { border-color: rgb(239,121,155); }

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