Html Css Color HEX #EF7595 Carissma

📋 copy color: '#EF7595'

red 239 ◦ green 117 ◦ blue 149

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

Shades of Carissma #EF7595

Tints of Carissma #EF7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.17%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 47.33%
G = 23.17%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF7595 (or 0xEF7595) is known color: Carissma. HEX triplet: EF, 75 and 95. RGB value is (239,117,149). Sum of RGB (Red+Green+Blue) = 239+117+149=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7595 is #108A6A. Grayscale: #9D9D9D. Windows color (decimal): -1084011 or 9795055. OLE color: 9795055.

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

Color convert

RGB 239 117 149 -
CMYK 0 0.51 0.38 0.06
HSL 344.26º 0.79% 0.7% -
HSV(B) 344.26º 0.51% 0.94% -
XYZ 47.38 33.24 32.35 -
YUV 157.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 239 117 149 0 0.51 0.38 0.06 344.26 0.79 0.7
Hex EF 75 95 0 33 26 6 158 4F 46
Octal 357 165 225 0 63 46 6 530 117 106
Binary 11101111 1110101 10010101 0 110011 100110 110 101011000 1001111 1000110

Color Harmonies of #EF7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7595

Black with #EF7595

Text Example


Text Example

White with #EF7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7595; }

 p { color: rgb(239,117,149); }

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

background-color css

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

 a { background-color: rgb(239,117,149); }

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

border-color css

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

 span { border-color: rgb(239,117,149); }

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