Html Css Color HEX #EF7E93 Carissma

📋 copy color: '#EF7E93'

red 239 ◦ green 126 ◦ blue 147

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

Shades of Carissma #EF7E93

Tints of Carissma #EF7E93

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 46.68%
G = 24.61%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF7E93 (or 0xEF7E93) is known color: Carissma. HEX triplet: EF, 7E and 93. RGB value is (239,126,147). Sum of RGB (Red+Green+Blue) = 239+126+147=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E93 is #10816C. Grayscale: #A2A2A2. Windows color (decimal): -1081709 or 9666287. OLE color: 9666287.

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

Color convert

RGB 239 126 147 -
CMYK 0 0.47 0.38 0.06
HSL 348.85º 0.78% 0.72% -
HSV(B) 348.85º 0.47% 0.94% -
XYZ 48.32 35.38 31.89 -
YUV 162.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 239 126 147 0 0.47 0.38 0.06 348.85 0.78 0.72
Hex EF 7E 93 0 2F 26 6 15D 4E 48
Octal 357 176 223 0 57 46 6 535 116 110
Binary 11101111 1111110 10010011 0 101111 100110 110 101011101 1001110 1001000

Color Harmonies of #EF7E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E93

Black with #EF7E93

Text Example


Text Example

White with #EF7E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E93; }

 p { color: rgb(239,126,147); }

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

background-color css

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

 a { background-color: rgb(239,126,147); }

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

border-color css

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

 span { border-color: rgb(239,126,147); }

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