Html Css Color HEX #ED7E8B Carissma

📋 copy color: '#ED7E8B'

red 237 ◦ green 126 ◦ blue 139

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

Shades of Carissma #ED7E8B

Tints of Carissma #ED7E8B

RGB

 RED value IS 237 (92.97% from 255) = 47.21%

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

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 47.21%
G = 25.1%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED7E8B (or 0xED7E8B) is known color: Carissma. HEX triplet: ED, 7E and 8B. RGB value is (237,126,139). Sum of RGB (Red+Green+Blue) = 237+126+139=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E8B is #128174. Grayscale: #A0A0A0. Windows color (decimal): -1212789 or 9141997. OLE color: 9141997.

HSL color Cylindrical-coordinate representation of color #ED7E8B: hue angle of 352.97º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7E8B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 126 139 -
CMYK 0 0.47 0.41 0.07
HSL 352.97º 0.76% 0.71% -
HSV(B) 352.97º 0.47% 0.93% -
XYZ 47.05 34.79 28.66 -
YUV 160.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 237 126 139 0 0.47 0.41 0.07 352.97 0.76 0.71
Hex ED 7E 8B 0 2F 29 7 161 4C 47
Octal 355 176 213 0 57 51 7 541 114 107
Binary 11101101 1111110 10001011 0 101111 101001 111 101100001 1001100 1000111

Color Harmonies of #ED7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E8B

Black with #ED7E8B

Text Example


Text Example

White with #ED7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E8B; }

 p { color: rgb(237,126,139); }

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

background-color css

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

 a { background-color: rgb(237,126,139); }

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

border-color css

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

 span { border-color: rgb(237,126,139); }

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