Html Css Color HEX #EF7395 Carissma

📋 copy color: '#EF7395'

red 239 ◦ green 115 ◦ blue 149

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

Shades of Carissma #EF7395

Tints of Carissma #EF7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.86%

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

R = 47.51%
G = 22.86%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF7395 (or 0xEF7395) is known color: Carissma. HEX triplet: EF, 73 and 95. RGB value is (239,115,149). Sum of RGB (Red+Green+Blue) = 239+115+149=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7395 is #108C6A. Grayscale: #9B9B9B. Windows color (decimal): -1084523 or 9794543. OLE color: 9794543.

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

Color convert

RGB 239 115 149 -
CMYK 0 0.52 0.38 0.06
HSL 343.55º 0.79% 0.69% -
HSV(B) 343.55º 0.52% 0.94% -
XYZ 47.15 32.78 32.28 -
YUV 155.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 239 115 149 0 0.52 0.38 0.06 343.55 0.79 0.69
Hex EF 73 95 0 34 26 6 158 4F 45
Octal 357 163 225 0 64 46 6 530 117 105
Binary 11101111 1110011 10010101 0 110100 100110 110 101011000 1001111 1000101

Color Harmonies of #EF7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7395

Black with #EF7395

Text Example


Text Example

White with #EF7395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7395; }

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

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

background-color css

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

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

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

border-color css

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

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

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