Html Css Color HEX #EF7B92 Carissma

📋 copy color: '#EF7B92'

red 239 ◦ green 123 ◦ blue 146

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

Shades of Carissma #EF7B92

Tints of Carissma #EF7B92

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.21%

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 47.05%
G = 24.21%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF7B92 (or 0xEF7B92) is known color: Carissma. HEX triplet: EF, 7B and 92. RGB value is (239,123,146). Sum of RGB (Red+Green+Blue) = 239+123+146=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B92 is #10846D. Grayscale: #A0A0A0. Windows color (decimal): -1082478 or 9599983. OLE color: 9599983.

HSL color Cylindrical-coordinate representation of color #EF7B92: hue angle of 348.1º degrees, saturation: 0.78, 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 #EF7B92 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 123 146 -
CMYK 0 0.49 0.39 0.06
HSL 348.1º 0.78% 0.71% -
HSV(B) 348.1º 0.49% 0.94% -
XYZ 47.87 34.59 31.35 -
YUV 160.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 239 123 146 0 0.49 0.39 0.06 348.1 0.78 0.71
Hex EF 7B 92 0 31 27 6 15C 4E 47
Octal 357 173 222 0 61 47 6 534 116 107
Binary 11101111 1111011 10010010 0 110001 100111 110 101011100 1001110 1000111

Color Harmonies of #EF7B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B92

Black with #EF7B92

Text Example


Text Example

White with #EF7B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B92; }

 p { color: rgb(239,123,146); }

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

background-color css

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

 a { background-color: rgb(239,123,146); }

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

border-color css

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

 span { border-color: rgb(239,123,146); }

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